1 write to _elementType
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2924_elementType = elementType;
5 references to _elementType
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
2930public override int Size => 2 * _elementType.Context.Target.PointerSize; 2951return new SpanValue(_elementType, _bytes, _index, _length); 2993if (elementType != _value._elementType) 2998_value._length = value.AsInt32() * _value._elementType.InstanceFieldSize.AsInt; 3020if (elementType != _value._elementType)