@@ -5778,6 +5778,12 @@ FSharp.Compiler.Syntax.SynConst+Int64: Int64 Item
57785778FSharp.Compiler.Syntax.SynConst+Int64: Int64 get_Item()
57795779FSharp.Compiler.Syntax.SynConst+IntPtr: Int64 Item
57805780FSharp.Compiler.Syntax.SynConst+IntPtr: Int64 get_Item()
5781+ FSharp.Compiler.Syntax.SynConst+KeywordString: FSharp.Compiler.Text.Range get_range()
5782+ FSharp.Compiler.Syntax.SynConst+KeywordString: FSharp.Compiler.Text.Range range
5783+ FSharp.Compiler.Syntax.SynConst+KeywordString: System.String constant
5784+ FSharp.Compiler.Syntax.SynConst+KeywordString: System.String get_constant()
5785+ FSharp.Compiler.Syntax.SynConst+KeywordString: System.String get_value()
5786+ FSharp.Compiler.Syntax.SynConst+KeywordString: System.String value
57815787FSharp.Compiler.Syntax.SynConst+Measure: FSharp.Compiler.Syntax.SynConst constant
57825788FSharp.Compiler.Syntax.SynConst+Measure: FSharp.Compiler.Syntax.SynConst get_constant()
57835789FSharp.Compiler.Syntax.SynConst+Measure: FSharp.Compiler.Syntax.SynMeasure Item3
@@ -5804,6 +5810,7 @@ FSharp.Compiler.Syntax.SynConst+Tags: Int32 Int16
58045810FSharp.Compiler.Syntax.SynConst+Tags: Int32 Int32
58055811FSharp.Compiler.Syntax.SynConst+Tags: Int32 Int64
58065812FSharp.Compiler.Syntax.SynConst+Tags: Int32 IntPtr
5813+ FSharp.Compiler.Syntax.SynConst+Tags: Int32 KeywordString
58075814FSharp.Compiler.Syntax.SynConst+Tags: Int32 Measure
58085815FSharp.Compiler.Syntax.SynConst+Tags: Int32 SByte
58095816FSharp.Compiler.Syntax.SynConst+Tags: Int32 Single
@@ -5839,6 +5846,7 @@ FSharp.Compiler.Syntax.SynConst: Boolean IsInt16
58395846FSharp.Compiler.Syntax.SynConst: Boolean IsInt32
58405847FSharp.Compiler.Syntax.SynConst: Boolean IsInt64
58415848FSharp.Compiler.Syntax.SynConst: Boolean IsIntPtr
5849+ FSharp.Compiler.Syntax.SynConst: Boolean IsKeywordString
58425850FSharp.Compiler.Syntax.SynConst: Boolean IsMeasure
58435851FSharp.Compiler.Syntax.SynConst: Boolean IsSByte
58445852FSharp.Compiler.Syntax.SynConst: Boolean IsSingle
@@ -5860,6 +5868,7 @@ FSharp.Compiler.Syntax.SynConst: Boolean get_IsInt16()
58605868FSharp.Compiler.Syntax.SynConst: Boolean get_IsInt32()
58615869FSharp.Compiler.Syntax.SynConst: Boolean get_IsInt64()
58625870FSharp.Compiler.Syntax.SynConst: Boolean get_IsIntPtr()
5871+ FSharp.Compiler.Syntax.SynConst: Boolean get_IsKeywordString()
58635872FSharp.Compiler.Syntax.SynConst: Boolean get_IsMeasure()
58645873FSharp.Compiler.Syntax.SynConst: Boolean get_IsSByte()
58655874FSharp.Compiler.Syntax.SynConst: Boolean get_IsSingle()
@@ -5881,6 +5890,7 @@ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewInt16(Int16)
58815890FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewInt32(Int32)
58825891FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewInt64(Int64)
58835892FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewIntPtr(Int64)
5893+ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewKeywordString(System.String, System.String, FSharp.Compiler.Text.Range)
58845894FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewMeasure(FSharp.Compiler.Syntax.SynConst, FSharp.Compiler.Text.Range, FSharp.Compiler.Syntax.SynMeasure)
58855895FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewSByte(SByte)
58865896FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewSingle(Single)
@@ -5903,6 +5913,7 @@ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Int16
59035913FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Int32
59045914FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Int64
59055915FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+IntPtr
5916+ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+KeywordString
59065917FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Measure
59075918FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+SByte
59085919FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Single
0 commit comments