3 references to UsePatternMatchingIsAndCastCheck
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpIsAndCastCheckCodeFixProvider.cs (1)
26
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
UsePatternMatchingIsAndCastCheck
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
141
public static string UsePatternMatchingIsAndCastCheck => PredefinedCodeFixProviderNames.
UsePatternMatchingIsAndCastCheck
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
163
public const string UsePatternMatchingIsAndCastCheck = nameof(
UsePatternMatchingIsAndCastCheck
);