1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
850shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
848if (shouldSkipStaticGraphIsolationOnReference == null) 853return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 859if (shouldSkipStaticGraphIsolationOnReference != null) 861return shouldSkipStaticGraphIsolationOnReference;