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)
34var text = await _textSource.GetValueAsync(cancellationToken).ConfigureAwait(false); 40var text = _textSource.GetValue(cancellationToken); 46if (_textSource.TryGetValue(out var text))