17 references to Use_pattern_matching
Microsoft.CodeAnalysis.CSharp.Features (17)
CSharpAsAndMemberAccessCodeFixProvider.cs (2)
39
RegisterCodeFix(context, CSharpAnalyzersResources.
Use_pattern_matching
, nameof(CSharpAnalyzersResources.
Use_pattern_matching
));
CSharpAsAndMemberAccessDiagnosticAnalyzer.cs (1)
34
nameof(CSharpAnalyzersResources.
Use_pattern_matching
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)))
CSharpAsAndNullCheckCodeFixProvider.cs (2)
36
RegisterCodeFix(context, CSharpAnalyzersResources.
Use_pattern_matching
, nameof(CSharpAnalyzersResources.
Use_pattern_matching
));
CSharpAsAndNullCheckDiagnosticAnalyzer.cs (1)
38
nameof(CSharpAnalyzersResources.
Use_pattern_matching
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)))
CSharpIsAndCastCheckCodeFixProvider.cs (2)
40
RegisterCodeFix(context, CSharpAnalyzersResources.
Use_pattern_matching
, nameof(CSharpAnalyzersResources.
Use_pattern_matching
));
CSharpIsAndCastCheckDiagnosticAnalyzer.cs (1)
42
nameof(CSharpAnalyzersResources.
Use_pattern_matching
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)))
CSharpUseNotPatternCodeFixProvider.cs (2)
35
RegisterCodeFix(context, CSharpAnalyzersResources.
Use_pattern_matching
, nameof(CSharpAnalyzersResources.
Use_pattern_matching
));
CSharpUseNotPatternDiagnosticAnalyzer.cs (1)
33
nameof(CSharpAnalyzersResources.
Use_pattern_matching
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)))
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
71
isSafe ? CSharpAnalyzersResources.
Use_pattern_matching
: CSharpAnalyzersResources.Use_pattern_matching_may_change_code_meaning,
CSharpUsePatternCombinatorsDiagnosticAnalyzer.cs (1)
25
private static readonly LocalizableResourceString s_safePatternTitle = new(nameof(CSharpAnalyzersResources.
Use_pattern_matching
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources));
UsePatternMatching\CSharpIsAndCastCheckWithoutNameCodeFixProvider.cs (2)
43
CSharpAnalyzersResources.
Use_pattern_matching
,
45
nameof(CSharpAnalyzersResources.
Use_pattern_matching
)),
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (1)
48
nameof(CSharpAnalyzersResources.
Use_pattern_matching
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)))