1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
EmbeddedSyntaxTree.cs (1)
24
Text
= text;
9 references to Text
Microsoft.CodeAnalysis.Features (9)
EmbeddedLanguages\Json\LanguageServices\JsonBraceMatcher.cs (1)
60
var virtualChar = tree.
Text
.Find(position);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexBraceMatcher.cs (1)
58
var virtualChar = tree.
Text
.Find(position);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
71
var virtualChar = tree.
Text
.Find(position);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (5)
152
var virtualChar = context.Tree.
Text
.Find(context.Position);
167
var previousVirtualCharOpt = context.Tree.
Text
.Find(context.Position - 1);
255
var index = tree.
Text
.IndexOf(previousVirtualChar);
256
if (index >= 2 && tree.
Text
[index - 2] == '\\')
258
var escapeChar = tree.
Text
[index - 1];
StackTraceExplorer\ParsedStackFrame.cs (1)
37
return Tree.
Text
.CreateString();