2 instantiations of RemoteProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Rpc\RemoteBuildHost.cs (2)
52return new RemoteProjectFile(_client, remoteProjectFileTargetObject); 64return new RemoteProjectFile(_client, remoteProjectFileTargetObject);
4 references to RemoteProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\BuildHostProjectFileInfoProvider.cs (1)
28var projectFile = await progress.DoOperationAndReportProgressAsync(
MSBuild\MSBuildWorkspace.cs (1)
311private RemoteProjectFile? _applyChangesProjectFile;
Rpc\RemoteBuildHost.cs (2)
48public async Task<RemoteProjectFile> LoadProjectFileAsync(string projectFilePath, string languageName, CancellationToken cancellationToken) 60public async Task<RemoteProjectFile> LoadProjectAsync(string projectFilePath, string projectContent, string languageName, CancellationToken cancellationToken)