2 writes to _isReadOnly
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
297_isReadOnly = false; 1246_isReadOnly = true;
3 references to _isReadOnly
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (3)
846if (referencingArrayAddressMethod && !_isReadOnly) 861else if (targetMethod.RequiresInstMethodTableArg() || (referencingArrayAddressMethod && !_isReadOnly)) 1482if (elementType.IsGCPointer && !_isReadOnly)