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)
153return _marshalAsIndex[index]; 158_marshalAsIndex[index] = true;