4 references to ShouldSkipIsolationConstraintsForReference
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
369bool 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)
500configWithoutEvaluation.ShouldSkipIsolationConstraintsForReference(Path.GetFullPath("foo")); 577configuration.ShouldSkipIsolationConstraintsForReference(referencePath).ShouldBe(expectedOutput);