2 references to UsePatternMatchingIsAndCastCheck
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
163
public const string UsePatternMatchingIsAndCastCheck = nameof(
UsePatternMatchingIsAndCastCheck
);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIsAndCastCheckCodeFixProvider.cs (1)
26
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
UsePatternMatchingIsAndCastCheck
), Shared]