2 references to s_parameterModifierTable
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (2)
99
s_parameterModifierTable
.TryGetValue(new KeyPair<CType, bool>(elementType, isOut), out ParameterModifierType result);
107
s_parameterModifierTable
.Add(new KeyPair<CType, bool>(elementType, isOut), parameterModifier);