1 write to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
821shouldSkipStaticGraphIsolationOnReference = GetReferenceFilter();
4 references to shouldSkipStaticGraphIsolationOnReference
Microsoft.Build (4)
BackEnd\Shared\BuildRequestConfiguration.cs (4)
819if (shouldSkipStaticGraphIsolationOnReference == null) 824return shouldSkipStaticGraphIsolationOnReference(referenceFullPath); 830if (shouldSkipStaticGraphIsolationOnReference != null) 832return shouldSkipStaticGraphIsolationOnReference;