3 references to MakeStatementAsynchronous
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
22
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
MakeStatementAsynchronous
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
69
public static string MakeStatementAsynchronous => PredefinedCodeFixProviderNames.
MakeStatementAsynchronous
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
79
public const string MakeStatementAsynchronous = nameof(
MakeStatementAsynchronous
);