1 write to _elementType
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2913_elementType = elementType;
5 references to _elementType
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
2919public override int Size => 2 * _elementType.Context.Target.PointerSize; 2940return new SpanValue(_elementType, _bytes, _index, _length); 2982if (elementType != _value._elementType) 2987_value._length = value.AsInt32() * _value._elementType.InstanceFieldSize.AsInt; 3009if (elementType != _value._elementType)