2 instantiations of RemoteProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Rpc\RemoteBuildHost.cs (2)
30
return new
RemoteProjectFile
(_client, remoteProjectFileTargetObject);
40
return new
RemoteProjectFile
(_client, remoteProjectFileTargetObject);
4 references to RemoteProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
180
var
projectFile = await DoOperationAndReportProgressAsync(
MSBuild\MSBuildWorkspace.cs (1)
304
private
RemoteProjectFile
? _applyChangesProjectFile;
Rpc\RemoteBuildHost.cs (2)
26
public async Task<
RemoteProjectFile
> LoadProjectFileAsync(string projectFilePath, string languageName, CancellationToken cancellationToken)
36
public async Task<
RemoteProjectFile
> LoadProjectAsync(string projectFilePath, string projectContent, string languageName, CancellationToken cancellationToken)