3 references to TokenFacts
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
462ErrAppendString(TokenFacts.GetText(TokenKind.ArgList));
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (2)
112dict.Add(NameManager.GetPredefinedName(predefName), TokenFacts.GetText(token)); 124public static string GetDisplayName(OperatorKind op) => TokenFacts.GetText(GetInfo(op).TokenKind);