10 references to ImmutableWithFastItemLookup
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
390
var keepEvaluationCache = (settings & ProjectInstanceSettings.
ImmutableWithFastItemLookup
) == ProjectInstanceSettings.
ImmutableWithFastItemLookup
;
689
var keepEvaluationCache = (settings & ProjectInstanceSettings.
ImmutableWithFastItemLookup
) == ProjectInstanceSettings.
ImmutableWithFastItemLookup
;
958
bool fastItemLookupNeeded = settings.HasFlag(ProjectInstanceSettings.
ImmutableWithFastItemLookup
);
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectInstance_Tests.cs (1)
469
var projBInstance = new ProjectInstance(projBEval, ProjectInstanceSettings.
ImmutableWithFastItemLookup
);
Microsoft.Build.Engine.UnitTests (4)
InstanceFromRemote\ProjectInstance_FromImmutableProjectLink_Tests.cs (4)
26
ProjectInstance instance = ProjectInstance.FromImmutableProjectSource(project, ProjectInstanceSettings.
ImmutableWithFastItemLookup
);
44
ProjectInstance instance = ProjectInstance.FromImmutableProjectSource(project, ProjectInstanceSettings.
ImmutableWithFastItemLookup
);
65
ProjectInstance instance = ProjectInstance.FromImmutableProjectSource(project, ProjectInstanceSettings.
ImmutableWithFastItemLookup
);
100
ProjectInstance instance = ProjectInstance.FromImmutableProjectSource(project, ProjectInstanceSettings.
ImmutableWithFastItemLookup
);