2 overrides of TryComputeWeightedDistance
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\SyntaxComparer.cs (1)
766
protected override bool
TryComputeWeightedDistance
(SyntaxNode leftNode, SyntaxNode rightNode, out double distance)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
937
Protected Overrides Function
TryComputeWeightedDistance
(leftNode As SyntaxNode, rightNode As SyntaxNode, ByRef distance As Double) As Boolean