2 writes to _isReadOnly
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
294
_isReadOnly
= false;
1215
_isReadOnly
= true;
3 references to _isReadOnly
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (3)
837
if (referencingArrayAddressMethod && !
_isReadOnly
)
852
else if (targetMethod.RequiresInstMethodTableArg() || (referencingArrayAddressMethod && !
_isReadOnly
))
1451
if (elementType.IsGCPointer && !
_isReadOnly
)