3 references to Count
ILCompiler.Compiler (2)
Compiler\Compilation.cs (1)
82if (_methodILCache.Count > 1000)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
290GenericLookupResult[] layout = new GenericLookupResult[_entries.Count];
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
850if (_methodILCache.Count > 1000 || _methodILCache.ILProvider.Version != _methodILCache.ExpectedILProviderVersion)