1 override of CurrentText
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
1328
public override SourceText
CurrentText
=> _text;
4 references to CurrentText
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
668
=> TextAndVersion.Create(_textContainer.
CurrentText
, VersionStamp.Create(), _filePath);
Workspace\Solution\TextLoader.cs (1)
230
=> TextAndVersion.Create(_container.
CurrentText
, _version, _filePath);
Workspace\Workspace_Editor.cs (2)
396
var newText = textContainer.
CurrentText
;
591
var newText = data.textContainer.
CurrentText
;