1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
897
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
895
if (
shouldSkipStaticGraphIsolationOnReference
== null)
900
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
906
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
908
return
shouldSkipStaticGraphIsolationOnReference
;