1 write to Text
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.AbstractAddDocumentUndoUnit.cs (1)
25
Text
= text;
3 references to Text
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspaceImpl.AddAdditionalDocumentUndoUnit.cs (1)
24
=> fromProject.AddAdditionalDocument(DocumentInfo.Name,
Text
, DocumentInfo.Folders, DocumentInfo.FilePath).Project;
ProjectSystem\VisualStudioWorkspaceImpl.AddAnalyzerConfigDocumentUndoUnit.cs (1)
23
=> fromProject.AddAnalyzerConfigDocument(DocumentInfo.Name,
Text
, DocumentInfo.Folders, DocumentInfo.FilePath).Project;
ProjectSystem\VisualStudioWorkspaceImpl.AddDocumentUndoUnit.cs (1)
23
=> fromProject.AddDocument(DocumentInfo.Name,
Text
, DocumentInfo.Folders, DocumentInfo.FilePath).Project;