1 write to ProjectCollection
Microsoft.Build (1)
Graph\ProjectGraph.cs (1)
426ProjectCollection = projectCollection,
4 references to ProjectCollection
Microsoft.Build (4)
Graph\ProjectGraph.cs (3)
445ArgumentNullException.ThrowIfNull(options.ProjectCollection, nameof(options.ProjectCollection)); 464options.ProjectCollection,
Graph\ProjectGraphOptions.cs (1)
46/// The <see cref="ProjectCollection" /> to load projects into when constructing the graph. Defaults to <see cref="ProjectCollection.GlobalProjectCollection" />.