2 overrides of GetSpan
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
48protected internal sealed override TextSpan GetSpan(SyntaxNode node)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
54protected internal override TextSpan GetSpan(TestNode node)
1 reference to GetSpan
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\Edit.cs (1)
114=> (_comparer != null) ? "@" + _comparer.GetSpan(node).Start : "";