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