2 writes to _foundOldToken
Microsoft.CodeAnalysis.CSharp (2)
Syntax\InternalSyntax\SyntaxFirstTokenReplacer.cs (2)
26
_foundOldToken
= false;
48
_foundOldToken
= true;
2 references to _foundOldToken
Microsoft.CodeAnalysis.CSharp (2)
Syntax\InternalSyntax\SyntaxFirstTokenReplacer.cs (2)
34
Debug.Assert(replacer.
_foundOldToken
);
42
if (!
_foundOldToken
)