1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
828
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
826
if (
shouldSkipStaticGraphIsolationOnReference
== null)
831
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
837
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
839
return
shouldSkipStaticGraphIsolationOnReference
;