4 references to IsIncrementallyIdenticalTo
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNodeOrToken.cs (1)
762
/// See <see cref="SyntaxNode.
IsIncrementallyIdenticalTo
"/> and <see cref="SyntaxToken.IsIncrementallyIdenticalTo"/>.
Microsoft.CodeAnalysis.Workspaces (3)
Classification\SyntaxClassification\SyntacticChangeRangeComputer.cs (3)
18
/// cref="SyntaxNode.
IsIncrementallyIdenticalTo
"/>). This algorithm is intended to be <em>fast</em>. It is
119
if (oldRoot.
IsIncrementallyIdenticalTo
(newRoot))
178
Contract.ThrowIfTrue(oldRoot.
IsIncrementallyIdenticalTo
(newRoot));