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