2 references to GetInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (2)
124
public static string GetDisplayName(OperatorKind op) => TokenFacts.GetText(
GetInfo
(op).TokenKind);
126
public static ExpressionKind GetExpressionKind(OperatorKind op) =>
GetInfo
(op).ExpressionKind;