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