2 instantiations of KeywordToken
Microsoft.Build.Tasks.Core (2)
CSharptokenEnumerator.cs (1)
196current = new KeywordToken();
VisualBasictokenEnumerator.cs (1)
160current = new KeywordToken();
2 references to KeywordToken
Microsoft.Build.Tasks.Core (2)
CSharpParserUtilities.cs (1)
49if (t is KeywordToken)
VisualBasicParserUtilities.cs (1)
51if (t is KeywordToken)