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