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