2 writes to _marshalAsIndex
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (2)
66
_optionalParameterIndex = _defaultParameterIndex =
_marshalAsIndex
= Array.Empty<bool>();
77
_marshalAsIndex
= new bool[count];
2 references to _marshalAsIndex
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (2)
153
return
_marshalAsIndex
[index];
158
_marshalAsIndex
[index] = true;