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