1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
842
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
840
if (
shouldSkipStaticGraphIsolationOnReference
== null)
845
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
851
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
853
return
shouldSkipStaticGraphIsolationOnReference
;