Home
last modified time | relevance | path

Searched defs:ULongConstant (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dconstant.cs1539 public class ULongConstant : IntegralConstant { class
1542 public ULongConstant (BuiltinTypes types, ulong v, Location loc) in ULongConstant() method in Mono.CSharp.ULongConstant
1547 public ULongConstant (TypeSpec type, ulong v, Location loc) in ULongConstant() method in Mono.CSharp.ULongConstant
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.CSharp.cs6615 public partial class ULongConstant : Mono.CSharp.IntegralConstant class
6618 …public ULongConstant(Mono.CSharp.BuiltinTypes types, ulong v, Mono.CSharp.Location loc) : base (de… in ULongConstant() method in Mono.CSharp.ULongConstant
6619 …public ULongConstant(Mono.CSharp.TypeSpec type, ulong v, Mono.CSharp.Location loc) : base (default… in ULongConstant() method in Mono.CSharp.ULongConstant