2 overrides of GetSpan
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
48
protected internal sealed override TextSpan
GetSpan
(SyntaxNode node)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
54
protected 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 : "";