2 writes to _initialText
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
130
_initialText
= code;
172
_initialText
= text;
2 references to _initialText
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
151
_loader = new TestDocumentLoader(this,
_initialText
);
260
_textBuffer = workspace!.GetOrCreateBufferForPath(FilePath, contentType, _languageServiceProvider.Language,
_initialText
);