4 references to Identifier
Microsoft.Cci.Extensions (2)
Writers\Syntax\ISyntaxWriter.cs (1)
66case SyntaxTokenType.Identifier:
Writers\Syntax\TokenSyntaxWriter.cs (1)
40Add(SyntaxTokenType.Identifier, id);
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
359int t1End = Array.FindIndex(t1, t1Start, s => s.Type == SyntaxTokenType.Identifier); 360int t2End = Array.FindIndex(t2, t2Start, s => s.Type == SyntaxTokenType.Identifier);