1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
948
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
946
if (
shouldSkipStaticGraphIsolationOnReference
== null)
951
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
957
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
959
return
shouldSkipStaticGraphIsolationOnReference
;