1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
846shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
844if (shouldSkipStaticGraphIsolationOnReference == null) 849return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 855if (shouldSkipStaticGraphIsolationOnReference != null) 857return shouldSkipStaticGraphIsolationOnReference;