11 references to InvokeAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (11)
Rpc\RemoteBuildHost.cs (2)
46
=> _client.
InvokeAsync
(BuildHostTargetObject, nameof(IBuildHost.ConfigureGlobalState), parameters: [knownCommandLineParserLanguages.ToArray(), new Dictionary<string, string>(globalProperties), binlogPath], cancellationToken);
71
=> _client.
InvokeAsync
(BuildHostTargetObject, nameof(IBuildHost.ShutdownAsync), parameters: [], cancellationToken);
Rpc\RemoteProjectFile.cs (9)
36
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddDocument), parameters: [filePath, logicalPath], cancellationToken);
39
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveDocument), parameters: [filePath], cancellationToken);
42
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddMetadataReference), parameters: [metadataReferenceIdentity, aliases.ToArray(), hintPath], cancellationToken);
45
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveMetadataReference), parameters: [shortAssemblyName, fullAssemblyName, filePath], cancellationToken);
48
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddProjectReference), parameters: [projectName, projectFileReference], cancellationToken);
51
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveProjectReference), parameters: [projectName, projectFilePath], cancellationToken);
54
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddAnalyzerReference), parameters: [fullPath], cancellationToken);
57
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveAnalyzerReference), parameters: [fullPath], cancellationToken);
60
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.Save), parameters: [], cancellationToken);