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