24        if ((uint)genericArgumentCount > 65535u)
 
 
   35        if ((uint)genericParameterCount > 65535u)
 
   41        if (genericParameterCount != 0)
 
 
   61    public void CustomAttributeSignature(Action<FixedArgumentsEncoder> fixedArguments, Action<CustomAttributeNamedArgumentsEncoder> namedArguments)
 
   63        if (fixedArguments == 
null)
 
   67        if (namedArguments == 
null)
 
   72        fixedArguments(fixedArguments2);
 
   73        namedArguments(namedArguments2);
 
 
   78        if ((uint)variableCount > 536870911u)
 
 
   94        if ((uint)attributeCount > 536870911u)
 
 
  105        if ((uint)argumentCount > 536870911u)
 
 
 
static void ArgumentNull(string parameterName)
 
static void ArgumentOutOfRange(string parameterName)
 
static void BuilderArgumentNull()