1 instantiation of CSharpUsePatternCombinatorsDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
UsePatternCombinators\CSharpUsePatternCombinatorsDiagnosticAnalyzerTests.cs (1)
38=> (new CSharpUsePatternCombinatorsDiagnosticAnalyzer(), new CSharpUsePatternCombinatorsCodeFixProvider());
2 references to CSharpUsePatternCombinatorsDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUsePatternCombinatorsCodeFixProvider.cs (2)
60var isSafe = CSharpUsePatternCombinatorsDiagnosticAnalyzer.IsSafe(diagnostic); 67var isSafe = CSharpUsePatternCombinatorsDiagnosticAnalyzer.IsSafe(diagnostic);