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