Implemented interface member:
8 references to Count
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\EnclosingTypeMapNode.cs (3)
33
int typeDefinitionCount = metadata.TypeDefinitions.
Count
;
52
Debug.Assert(_metadata.TypeDefinitions.
Count
<= (int)ReadyToRunEnclosingTypeMap.MaxTypeCount);
53
builder.EmitUShort(checked((ushort)_metadata.TypeDefinitions.
Count
));
Compiler\DependencyAnalysis\ReadyToRun\TypeGenericInfoMapNode.cs (2)
28
return metadata.TypeDefinitions.
Count
> 16;
44
builder.EmitUInt((uint)_metadata.TypeDefinitions.
Count
);
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (2)
293
TypeDefinitionHandle[] buckets = new TypeDefinitionHandle[_metadataReader.TypeDefinitions.
Count
+ 1];
766
int typeDefinitionsCount = _metadataReader.TypeDefinitions.
Count
;
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2679
new int[(MetadataReader.TypeDefinitions.
Count
+ 32) / 32],