1 implementation of IsVarArg
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2310
public bool
IsVarArg
(MethodDescHandle methodDescHandle)
1 reference to IsVarArg
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2152
data.v.fVarArgs = (byte)(rts.
IsVarArg
(md) ? 1 : 0);