14 references to ProjectInstanceFactoryFunc
Microsoft.Build (14)
Graph\GraphBuilder.cs (2)
52private readonly ProjectGraph.ProjectInstanceFactoryFunc _projectInstanceFactory; 68ProjectGraph.ProjectInstanceFactoryFunc projectInstanceFactory,
Graph\ProjectGraph.cs (9)
180/// on the <see cref="ProjectInstanceFactoryFunc" /> for other scenarios. 188public ProjectGraph(string entryProjectFile, ProjectCollection projectCollection, ProjectInstanceFactoryFunc projectInstanceFactory) 321/// on <see cref="ProjectInstanceFactoryFunc" /> for other scenarios. 336ProjectInstanceFactoryFunc projectInstanceFactory) 358/// on <see cref="ProjectInstanceFactoryFunc" /> for other scenarios. 376ProjectInstanceFactoryFunc projectInstanceFactory, 399/// on <see cref="ProjectInstanceFactoryFunc" /> for other scenarios. 420ProjectInstanceFactoryFunc projectInstanceFactory, 454ProjectInstanceFactoryFunc projectInstanceFactory = options.ProjectInstanceFactoryFunc;
Graph\ProjectGraphOptions.cs (2)
51/// An optional <see cref="ProjectGraph.ProjectInstanceFactoryFunc" /> to use when evaluating individual projects in the graph. 53public ProjectGraph.ProjectInstanceFactoryFunc? ProjectInstanceFactoryFunc { get; init; }
Graph\ProjectInterpretation.cs (1)
75public IEnumerable<ReferenceInfo> GetReferences(ProjectGraphNode projectGraphNode, ProjectCollection projectCollection, ProjectGraph.ProjectInstanceFactoryFunc projectInstanceFactory, ProjectGraphMode graphMode)