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