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