3 references to UsePatternMatchingIsAndCastCheckWithoutName
Microsoft.CodeAnalysis.CSharp.Features (1)
UsePatternMatching\CSharpIsAndCastCheckWithoutNameCodeFixProvider.cs (1)
25[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.UsePatternMatchingIsAndCastCheckWithoutName), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
142public static string UsePatternMatchingIsAndCastCheckWithoutName => PredefinedCodeFixProviderNames.UsePatternMatchingIsAndCastCheckWithoutName;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
164public const string UsePatternMatchingIsAndCastCheckWithoutName = nameof(UsePatternMatchingIsAndCastCheckWithoutName);