1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
948shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
946if (shouldSkipStaticGraphIsolationOnReference == null) 951return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 957if (shouldSkipStaticGraphIsolationOnReference != null) 959return shouldSkipStaticGraphIsolationOnReference;