2 references to HasUnfixedParamInInputType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
861
if (HasUnfixedParamInOutputType(argument, formalType.Type) && !
HasUnfixedParamInInputType
(argument, formalType.Type))
3043
Debug.Assert(!
HasUnfixedParamInInputType
(source, target));