3 references to _documentState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\AdditionalTextWithState.cs (3)
24public override string Path => _documentState.FilePath ?? _documentState.Name; 31var text = _documentState.GetTextSynchronously(cancellationToken);