1 write to _visualStudioWorkspaceImpl
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectFactory.cs (1)
54
_visualStudioWorkspaceImpl
= visualStudioWorkspaceImpl;
8 references to _visualStudioWorkspaceImpl
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioProjectFactory.cs (8)
71
_visualStudioWorkspaceImpl
.Services.GetRequiredService<VisualStudioMetadataReferenceManager>();
73
_visualStudioWorkspaceImpl
.SubscribeExternalErrorDiagnosticUpdateSourceToSolutionBuildEvents();
74
_visualStudioWorkspaceImpl
.SubscribeToSourceGeneratorImpactingEvents();
102
_visualStudioWorkspaceImpl
.ProjectSystemProjectFactory.SolutionPath = solution?.SolutionFileName;
103
_visualStudioWorkspaceImpl
.ProjectSystemProjectFactory.SolutionTelemetryId = GetSolutionSessionId();
106
var project = await
_visualStudioWorkspaceImpl
.ProjectSystemProjectFactory.CreateAndAddToWorkspaceAsync(projectSystemName, language, creationInfo, hostInfo).ConfigureAwait(true);
108
_visualStudioWorkspaceImpl
.AddProjectToInternalMaps(project, creationInfo.Hierarchy, creationInfo.ProjectGuid, projectSystemName);
111
await
_visualStudioWorkspaceImpl
.RefreshProjectExistsUIContextForLanguageAsync(language, cancellationToken).ConfigureAwait(true);