1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\Common\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)
149
var virtualChar = context.Tree.
Text
.Find(context.Position);
164
var previousVirtualCharOpt = context.Tree.
Text
.Find(context.Position - 1);
252
var index = tree.
Text
.IndexOf(previousVirtualChar);
253
if (index >= 2 && tree.
Text
[index - 2] == '\\')
255
var escapeChar = tree.
Text
[index - 1];
StackTraceExplorer\ParsedStackFrame.cs (1)
23
return Tree.
Text
.CreateString();