2 instantiations of RemoteProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Rpc\RemoteBuildHost.cs (2)
52
return new
RemoteProjectFile
(_client, remoteProjectFileTargetObject);
65
return new
RemoteProjectFile
(_client, remoteProjectFileTargetObject);
5 references to RemoteProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild (5)
MSBuild\BuildHostProjectFileInfoProvider.cs (1)
34
RemoteProjectFile
projectFile;
MSBuild\FileBasedProgramsProjectLoader.cs (1)
21
public static async Task<
RemoteProjectFile
> LoadFileBasedAppProjectAsync(
MSBuild\MSBuildWorkspace.cs (1)
311
private
RemoteProjectFile
? _applyChangesProjectFile;
Rpc\RemoteBuildHost.cs (2)
48
public async Task<
RemoteProjectFile
> LoadProjectFileAsync(string projectFilePath, string languageName, CancellationToken cancellationToken)
61
public async Task<
RemoteProjectFile
> LoadProjectAsync(string projectFilePath, string? physicalFilePath, string projectContent, string languageName, IDictionary<string, string>? globalProperties, CancellationToken cancellationToken)