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