1 instantiation of ProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
AbstractBuildHost.cs (1)
186return _server.AddTarget(new ProjectFile(languageName, project, _buildManager, log));
2 references to ProjectFile
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
AbstractBuildHost.cs (2)
130/// Returns the target ID of the <see cref="ProjectFile"/> object created for this. 139/// Returns the target ID of the <see cref="ProjectFile"/> object created for this.