6 references to VSTypeScriptVisualStudioProjectWrapper
Microsoft.VisualStudio.LanguageServices (6)
ExternalAccess\VSTypeScript\Api\IVsTypeScriptVisualStudioProjectFactory.cs (2)
15
VSTypeScriptVisualStudioProjectWrapper
CreateAndAddToWorkspace(string projectSystemName, string language, string projectFilePath, IVsHierarchy hierarchy, Guid projectGuid);
17
ValueTask<
VSTypeScriptVisualStudioProjectWrapper
> CreateAndAddToWorkspaceAsync(string projectSystemName, string language, string projectFilePath, IVsHierarchy hierarchy, Guid projectGuid, CancellationToken cancellationToken);
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedLanguageWrapper.cs (2)
22
VSTypeScriptVisualStudioProjectWrapper
project,
43
VSTypeScriptVisualStudioProjectWrapper
project,
ProjectSystem\VisualStudioProjectFactory.cs (2)
121
VSTypeScriptVisualStudioProjectWrapper
IVsTypeScriptVisualStudioProjectFactory.CreateAndAddToWorkspace(string projectSystemName, string language, string projectFilePath, IVsHierarchy hierarchy, Guid projectGuid)
127
async ValueTask<
VSTypeScriptVisualStudioProjectWrapper
> IVsTypeScriptVisualStudioProjectFactory.CreateAndAddToWorkspaceAsync(