11 references to ProjectInstanceFactoryFunc
Microsoft.Build (11)
Graph\GraphBuilder.cs (2)
51private readonly ProjectGraph.ProjectInstanceFactoryFunc _projectInstanceFactory; 58ProjectGraph.ProjectInstanceFactoryFunc projectInstanceFactory,
Graph\ProjectGraph.cs (8)
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,
Graph\ProjectInterpretation.cs (1)
81public IEnumerable<ReferenceInfo> GetReferences(ProjectGraphNode projectGraphNode, ProjectCollection projectCollection, ProjectGraph.ProjectInstanceFactoryFunc projectInstanceFactory)