1 instantiation of ProjectCollection
Microsoft.DotNet.ProjectTools (1)
BuildService.cs (1)
39
return s_projectCollections.GetValue(projectCollection, static inner => new
ProjectCollection
(inner));
4 references to ProjectCollection
Microsoft.DotNet.ProjectTools (4)
BuildService.cs (4)
22
return new(ProjectInstance.FromProjectRootElement((ProjectRootElement)projectRoot, (
ProjectCollection
)projectCollection, additionalGlobalProperties));
27
return ProjectRootElement.Create(xmlReader, (
ProjectCollection
)projectCollection, entryPointFilePath);
92
ProjectCollection
projectCollection,
121
public static ProjectRootElement Create(XmlReader xmlReader,
ProjectCollection
projectCollection, string entryPointFilePath)