1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
828shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
826if (shouldSkipStaticGraphIsolationOnReference == null) 831return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 837if (shouldSkipStaticGraphIsolationOnReference != null) 839return shouldSkipStaticGraphIsolationOnReference;