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;
148
return
_defaultParameterConstValTypes
[index];