1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
821
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
819
if (
shouldSkipStaticGraphIsolationOnReference
== null)
824
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
830
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
832
return
shouldSkipStaticGraphIsolationOnReference
;