1 write to _documentState
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\AdditionalTextWithState.cs (1)
22=> _documentState = documentState ?? throw new ArgumentNullException(nameof(documentState));
3 references to _documentState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\AdditionalTextWithState.cs (3)
27public override string Path => _documentState.FilePath ?? _documentState.Name; 34var text = _documentState.GetTextSynchronously(cancellationToken);