1 write to _found
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\SyntaxLastTokenReplacer.cs (1)
53
_found
= true;
2 references to _found
Microsoft.CodeAnalysis.CSharp (2)
Syntax\InternalSyntax\SyntaxLastTokenReplacer.cs (2)
33
Debug.Assert(replacer.
_found
);
44
if (node != null && !
_found
)