Arbel.Roslyn.ConfigureAwaitChecker.ConfigureAwaitCSharpCodeFix.GetFixableDiagnosticIds C# (CSharp) Метод

GetFixableDiagnosticIds() публичный Метод

public GetFixableDiagnosticIds ( ) : ImmutableArray
Результат ImmutableArray
        public override ImmutableArray<string> GetFixableDiagnosticIds()
        {
            return ImmutableArray.Create(ConfigureAwaitAnalyzer.DiagnosticId);
        }