2 writes to _optionalParameterIndex
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (2)
66_optionalParameterIndex = _defaultParameterIndex = _marshalAsIndex = Array.Empty<bool>(); 73_optionalParameterIndex = new bool[count];
6 references to _optionalParameterIndex
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (6)
94if (_optionalParameterIndex == null) 98return _optionalParameterIndex[index]; 103Debug.Assert(_optionalParameterIndex != null); 104_optionalParameterIndex[index] = true; 109if (_optionalParameterIndex == null) 113foreach (bool b in _optionalParameterIndex)