1 write to PhysicalFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
AbstractBuildHost.cs (1)
212
return _server.AddTarget(new ProjectFile(languageName, project, _buildManager, _server, log) {
PhysicalFilePath
= physicalFilePath });
1 reference to PhysicalFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\ProjectFile\ProjectFile.cs (1)
55
instance => new ProjectInstanceReader(language, _commandLineProvider, instance, project,
PhysicalFilePath
).CreateProjectFileInfo()).ToArray();