1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
850
shouldSkipStaticGraphIsolationOnReference
= GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
848
if (
shouldSkipStaticGraphIsolationOnReference
== null)
853
return
shouldSkipStaticGraphIsolationOnReference
(referenceFullPath);
859
if (
shouldSkipStaticGraphIsolationOnReference
!= null)
861
return
shouldSkipStaticGraphIsolationOnReference
;