1 override of AreEquivalentImpl
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
903
protected override bool
AreEquivalentImpl
(SyntaxToken oldToken, SyntaxToken newToken)
1 reference to AreEquivalentImpl
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
168
=> oldToken.RawKind == newToken.RawKind && oldToken.Span.Length == newToken.Span.Length &&
AreEquivalentImpl
(oldToken, newToken);