2 writes to _defaultParameterIndex
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (2)
66_optionalParameterIndex = _defaultParameterIndex = _marshalAsIndex = Array.Empty<bool>(); 74_defaultParameterIndex = new bool[count];
5 references to _defaultParameterIndex
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (5)
126Debug.Assert(_defaultParameterIndex != null); 127return _defaultParameterIndex[index]; 132Debug.Assert(_defaultParameterIndex != null); 133_defaultParameterIndex[index] = true; 141Debug.Assert(_defaultParameterIndex != null);