2 references to Instance
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SyntaxTreeValueProvider.cs (1)
25CoreValueProvider = new AnalysisValueProvider<SyntaxTree, TValue>(computeValue, syntaxTreeComparer ?? SyntaxTreeComparer.Instance);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\CommonDiagnosticAnalyzers.cs (1)
1648_treeCallbackSet = new HashSet<SyntaxTree>(SyntaxTreeComparer.Instance);