1 override of CurrentText
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
1328public 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)
396var newText = textContainer.CurrentText; 591var newText = data.textContainer.CurrentText;