4 references to ComputeDistance
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\SyntaxComparer.cs (3)
780
distance =
ComputeDistance
(
950
var identifierDistance =
ComputeDistance
(leftIdentifier, rightIdentifier);
1552
distance =
ComputeDistance
(leftToken, rightToken);
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\SyntaxComparerTests.cs (1)
111
var distance = SyntaxComparer.
ComputeDistance
(SyntaxFactory.Literal("abc", "abc"), SyntaxFactory.Literal("acb", "acb"));