2 references to LookupParameterModifier
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
166ParameterModifierType pParamModifier = TypeTable.LookupParameterModifier(paramType, isOut);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (1)
106Debug.Assert(LookupParameterModifier(elementType, isOut) == null);