5 references to AddSourceTextContainer
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
43
/// A set of documents that were added by <see cref="ProjectSystemProject.
AddSourceTextContainer
"/>, and aren't otherwise
Microsoft.VisualStudio.LanguageServices (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptVisualStudioProjectWrapper.cs (1)
31
return Project.
AddSourceTextContainer
(sourceTextContainer, fullPath, SourceCodeKind.Regular, documentServiceProvider: documentServiceProvider);
Venus\ContainedLanguage.cs (1)
106
documentId = this.Project.
AddSourceTextContainer
(
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\VisualStudioProjectTests\SourceTextContainerTests.vb (1)
26
project.
AddSourceTextContainer
(sourceTextContainer, "Z:\Test.cs")
ProjectSystemShim\VisualStudioProjectTests\WorkspaceChangedEventTests.vb (1)
130
project.
AddSourceTextContainer
(SourceText.From("// Test").Container, "Z:\Test.cs")