Base:
method
GetLabel
Microsoft.CodeAnalysis.Differencing.TreeComparer<TNode>.GetLabel(TNode)
9 references to GetLabel
Microsoft.CodeAnalysis.CSharp.Features (9)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
574
=> SyntaxComparer.Statement.
GetLabel
(node1) == SyntaxComparer.Statement.
GetLabel
(node2);
EditAndContinue\SyntaxComparer.cs (7)
1047
if (
GetLabel
(leftBlock.Parent) !=
GetLabel
(rightBlock.Parent))
1120
GetLabel
(leftNode.Parent) ==
GetLabel
(rightNode.Parent))
1508
Debug.Assert(
GetLabel
(oldNode) ==
GetLabel
(newNode) &&
GetLabel
(oldNode) != IgnoredNode);