3 references to UseThrowExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
UseThrowExpressionCodeFixProvider.cs (1)
24
Name = PredefinedCodeFixProviderNames.
UseThrowExpression
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
146
public static string UseThrowExpression => PredefinedCodeFixProviderNames.
UseThrowExpression
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
168
public const string UseThrowExpression = nameof(
UseThrowExpression
);