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)
141public static string UsePatternMatchingIsAndCastCheck => PredefinedCodeFixProviderNames.UsePatternMatchingIsAndCastCheck;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
163public const string UsePatternMatchingIsAndCastCheck = nameof(UsePatternMatchingIsAndCastCheck);