1 instantiation of SyntaxTreeComparer
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTreeComparer.cs (1)
14
public static readonly SyntaxTreeComparer Instance = new
SyntaxTreeComparer
();
3 references to SyntaxTreeComparer
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\SyntaxTreeValueProvider.cs (2)
22
/// If no comparer is provided, then <see cref="
SyntaxTreeComparer
"/> is used by default.</param>
25
CoreValueProvider = new AnalysisValueProvider<SyntaxTree, TValue>(computeValue, syntaxTreeComparer ??
SyntaxTreeComparer
.Instance);
Syntax\SyntaxTreeComparer.cs (1)
14
public static readonly
SyntaxTreeComparer
Instance = new SyntaxTreeComparer();