Home
last modified time | relevance | path

Searched refs:optPars (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs1203 public void AddVarArgs(Type[] optPars) in AddVarArgs() argument
1205 optParams = optPars; in AddVarArgs()
1206 if (optPars != null) numOptPars = (uint)optPars.Length; in AddVarArgs()
H A DMetadata.cs2075 Type[] pars, Type[] optPars) in AddVarArgMethod() argument
2077 MethodRef meth = new MethodRef(this,name,retType,pars,true,optPars, 0); in AddVarArgMethod()
2429 bool varArgMeth, Type[] optPars) : base(0x1B) in MethPtrType() argument
2437 optParList = optPars; in MethPtrType()
2909 Type[] pars, Type[] optPars) { in AddVarArgMethod() argument
2910 MethodRef meth = new MethodRef(this,name,retType,pars,true,optPars, 0); in AddVarArgMethod()
4053 public MethodRef MakeVarArgSignature(Type[] optPars) in MakeVarArgSignature() argument
4060 varArgSig = new MethodRef (this, name, ret_param.GetParType (), pars, true, optPars, 0); in MakeVarArgSignature()
4177 Type[] pars, bool varArgMeth, Type[] optPars, int gen_param_count) : base(name) in MethodRef() argument
4184 optParList = optPars; in MethodRef()
H A DPEAPI.cs811 Type[] pars, Type[] optPars) { in AddVarArgMethodToTypeSpec() argument
812 MethodRef meth = new MethodRef(item.GetTypeSpec (metaData), name,retType,pars,true,optPars, 0); in AddVarArgMethodToTypeSpec()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DPEAPI.cs119 public void AddVarArgs(PEAPI.Type[] optPars) { } in AddVarArgs() argument
220 …ArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; } in AddVarArgMethod() argument
663 public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; } in MakeVarArgSignature() argument
691 …allConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { } in MethPtrType() argument
708 …ArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; } in AddVarArgMethod() argument
961 …ype item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; } in AddVarArgMethodToTypeSpec() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DPEAPI.cs120 public void AddVarArgs(PEAPI.Type[] optPars) { } in AddVarArgs() argument
221 …ArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; } in AddVarArgMethod() argument
663 public PEAPI.MethodRef MakeVarArgSignature(PEAPI.Type[] optPars) { throw null; } in MakeVarArgSignature() argument
691 …allConv callconv, PEAPI.Type retType, PEAPI.Type[] pars, bool varArgMeth, PEAPI.Type[] optPars) { } in MethPtrType() argument
708 …ArgMethod(string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; } in AddVarArgMethod() argument
961 …ype item, string name, PEAPI.Type retType, PEAPI.Type[] pars, PEAPI.Type[] optPars) { throw null; } in AddVarArgMethodToTypeSpec() argument