3 references to ParameterTypes
System.Reflection.Emit (3)
System\Reflection\Emit\TypeBuilderImpl.cs (3)
724Type[] parameterTypes = method.ParameterTypes ?? EmptyTypes; 783if (MatchesTheFilter(con._methodBuilder, GetBindingFlags(con._methodBuilder), bindingAttr, CallingConventions.Any, con._methodBuilder.ParameterTypes)) 825if (!method.IsConstructor && MatchesTheFilter(method, GetBindingFlags(method), bindingAttr, CallingConventions.Any, method.ParameterTypes))