1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
799shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
797if (shouldSkipStaticGraphIsolationOnReference == null) 802return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 808if (shouldSkipStaticGraphIsolationOnReference != null) 810return shouldSkipStaticGraphIsolationOnReference;