1 write to Text
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
CSharp\Scanner.cs (1)
44
Text
= text;
5 references to Text
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (5)
CSharp\MemberSignatureParser.cs (3)
81
var name = EatToken().
Text
;
107
var name = EatToken().
Text
;
133
var name = token.
Text
;
CSharp\Scanner.cs (2)
50
return (
Text
== null)
52
: $"{Kind}: \"{
Text
}\"";