Implemented interface member:
method
SetBuildSystemPropertiesAsync
Microsoft.CodeAnalysis.Remote.ProjectSystem.IWorkspaceProject.SetBuildSystemPropertiesAsync(System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>, System.Threading.CancellationToken)
1 reference to SetBuildSystemPropertiesAsync
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
58await workspaceProject.SetBuildSystemPropertiesAsync(creationInfo.BuildSystemProperties, CancellationToken.None);