Base:
method
GetLabel
Microsoft.CodeAnalysis.Differencing.TreeComparer<TNode>.GetLabel(TNode)
1 override of GetLabel
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
868
Protected Overrides Function
GetLabel
(node As SyntaxNode) As Integer
9 references to GetLabel
Microsoft.CodeAnalysis.CSharp.Features (9)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
843
=> SyntaxComparer.Statement.
GetLabel
(node1) == SyntaxComparer.Statement.
GetLabel
(node2);
EditAndContinue\SyntaxComparer.cs (7)
1038
if (
GetLabel
(leftBlock.Parent) !=
GetLabel
(rightBlock.Parent))
1111
GetLabel
(leftNode.Parent) ==
GetLabel
(rightNode.Parent))
1499
Debug.Assert(
GetLabel
(oldNode) ==
GetLabel
(newNode) &&
GetLabel
(oldNode) != IgnoredNode);