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