10 references to InvokeAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (10)
Rpc\RemoteBuildHost.cs (1)
47
=> _client.
InvokeAsync
(BuildHostTargetObject, nameof(IBuildHost.ShutdownAsync), parameters: [], cancellationToken);
Rpc\RemoteProjectFile.cs (9)
29
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddDocument), parameters: [filePath, logicalPath], cancellationToken);
32
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveDocument), parameters: [filePath], cancellationToken);
35
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddMetadataReference), parameters: [metadataReferenceIdentity, aliases, hintPath], cancellationToken);
38
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveMetadataReference), parameters: [shortAssemblyName, fullAssemblyName, filePath], cancellationToken);
41
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddProjectReference), parameters: [projectName, projectFileReference], cancellationToken);
44
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveProjectReference), parameters: [projectName, projectFilePath], cancellationToken);
47
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.AddAnalyzerReference), parameters: [fullPath], cancellationToken);
50
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.RemoveAnalyzerReference), parameters: [fullPath], cancellationToken);
53
=> _client.
InvokeAsync
(_remoteProjectFileTargetObject, nameof(IProjectFile.Save), parameters: [], cancellationToken);