2 instantiations of ProjectFileInfo
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
103
return new
ProjectFileInfo
()
Rpc\Contracts\ProjectFileInfo.cs (1)
152
=>
new
()
6 references to ProjectFileInfo
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
MSBuild\ProjectFile\ProjectFile.cs (3)
32
/// instances of <see cref="
ProjectFileInfo
"/> if the project is multi-targeted: one for
35
public async Task<ImmutableArray<
ProjectFileInfo
>> GetProjectFileInfosAsync(CancellationToken cancellationToken)
39
return [
ProjectFileInfo
.CreateEmpty(language, filePath: null)];
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
40
public
ProjectFileInfo
CreateProjectFileInfo()
Rpc\Contracts\IProjectFile.cs (1)
17
Task<ImmutableArray<
ProjectFileInfo
>> GetProjectFileInfosAsync(CancellationToken cancellationToken);
Rpc\Contracts\ProjectFileInfo.cs (1)
151
public static
ProjectFileInfo
CreateEmpty(string language, string? filePath)