4 references to ShouldSkipIsolationConstraintsForReference
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
369
bool skipStaticGraphIsolationConstraints = (isolateProjects != ProjectIsolationMode.False && _requestEntry.RequestConfiguration.
ShouldSkipIsolationConstraintsForReference
(config.ProjectFullPath))
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
1048
|| _buildRequestEntry.RequestConfiguration.
ShouldSkipIsolationConstraintsForReference
(normalizedMSBuildProject)))
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BuildRequestConfiguration_Tests.cs (2)
500
configWithoutEvaluation.
ShouldSkipIsolationConstraintsForReference
(Path.GetFullPath("foo"));
577
configuration.
ShouldSkipIsolationConstraintsForReference
(referencePath).ShouldBe(expectedOutput);