1 write to _instance
System.Core (1)
Microsoft\Scripting\Ast\IndexExpression.cs (1)
55
_instance
= instance;
2 references to _instance
System.Core (2)
Microsoft\Scripting\Ast\IndexExpression.cs (2)
77
return
_instance
.Type.GetElementType();
85
get { return
_instance
; }