1 write to _elementCount
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3327_elementCount = elementCount;
3 references to _elementCount
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
3345return _elementCount; 3389builder.EmitInt(_elementCount); 3408public bool IsKnownImmutable => _elementCount == 0;