1 write to _textSource
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentState_TreeTextSource.cs (1)
28
_textSource
= textSource;
3 references to _textSource
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\DocumentState_TreeTextSource.cs (3)
34
var text = await
_textSource
.GetValueAsync(cancellationToken).ConfigureAwait(false);
40
var text =
_textSource
.GetValue(cancellationToken);
46
if (
_textSource
.TryGetValue(out var text))