3 references to GraphIsolationExemptReference
Microsoft.Build (1)
BackEnd\Shared\BuildRequestConfiguration.cs (1)
842
var items = Project.GetItems(ItemTypeNames.
GraphIsolationExemptReference
);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildRequestConfiguration_Tests.cs (1)
552
<{ItemTypeNames.
GraphIsolationExemptReference
} Include=`{glob};ShouldNotMatchAnything`/>
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
180
internal const string GraphIsolationExemptReference = nameof(
GraphIsolationExemptReference
);