1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
827shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
825if (shouldSkipStaticGraphIsolationOnReference == null) 830return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 836if (shouldSkipStaticGraphIsolationOnReference != null) 838return shouldSkipStaticGraphIsolationOnReference;