1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
846
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
844
if (
shouldSkipStaticGraphIsolationOnReference
== null)
849
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
855
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
857
return
shouldSkipStaticGraphIsolationOnReference
;