1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
842shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
840if (shouldSkipStaticGraphIsolationOnReference == null) 845return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 851if (shouldSkipStaticGraphIsolationOnReference != null) 853return shouldSkipStaticGraphIsolationOnReference;