2 writes to _defaultParameterConstValTypes
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (2)
68_defaultParameterConstValTypes = Array.Empty<CType>(); 76_defaultParameterConstValTypes = new CType[count];
2 references to _defaultParameterConstValTypes
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodOrPropertySymbol.cs (2)
135_defaultParameterConstValTypes[index] = type; 148return _defaultParameterConstValTypes[index];