4 references to GetSmallestConfigId
Microsoft.Build (2)
BackEnd\BuildManager\CacheSerialization.cs (2)
82int smallestCacheConfigId = configCacheToSerialize.GetSmallestConfigId(); 92int smallestConfigId = configCacheToSerialize.GetSmallestConfigId();
Microsoft.Build.Engine.UnitTests (2)
BackEnd\ConfigCache_Tests.cs (2)
125Assert.Throws<InternalErrorException>(() => ((ConfigCache)obj).GetSmallestConfigId()); 132Assert.Equal(1, ((ConfigCache)obj).GetSmallestConfigId());