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