@@ -5788,6 +5788,12 @@ FSharp.Compiler.Syntax.SynConst+SByte: SByte Item
57885788FSharp.Compiler.Syntax.SynConst+SByte: SByte get_Item()
57895789FSharp.Compiler.Syntax.SynConst+Single: Single Item
57905790FSharp.Compiler.Syntax.SynConst+Single: Single get_Item()
5791+ FSharp.Compiler.Syntax.SynConst+SourceIdentifier: FSharp.Compiler.Text.Range get_range()
5792+ FSharp.Compiler.Syntax.SynConst+SourceIdentifier: FSharp.Compiler.Text.Range range
5793+ FSharp.Compiler.Syntax.SynConst+SourceIdentifier: System.String constant
5794+ FSharp.Compiler.Syntax.SynConst+SourceIdentifier: System.String get_constant()
5795+ FSharp.Compiler.Syntax.SynConst+SourceIdentifier: System.String get_value()
5796+ FSharp.Compiler.Syntax.SynConst+SourceIdentifier: System.String value
57915797FSharp.Compiler.Syntax.SynConst+String: FSharp.Compiler.Syntax.SynStringKind get_synStringKind()
57925798FSharp.Compiler.Syntax.SynConst+String: FSharp.Compiler.Syntax.SynStringKind synStringKind
57935799FSharp.Compiler.Syntax.SynConst+String: FSharp.Compiler.Text.Range get_range()
@@ -5807,6 +5813,7 @@ FSharp.Compiler.Syntax.SynConst+Tags: Int32 IntPtr
58075813FSharp.Compiler.Syntax.SynConst+Tags: Int32 Measure
58085814FSharp.Compiler.Syntax.SynConst+Tags: Int32 SByte
58095815FSharp.Compiler.Syntax.SynConst+Tags: Int32 Single
5816+ FSharp.Compiler.Syntax.SynConst+Tags: Int32 SourceIdentifier
58105817FSharp.Compiler.Syntax.SynConst+Tags: Int32 String
58115818FSharp.Compiler.Syntax.SynConst+Tags: Int32 UInt16
58125819FSharp.Compiler.Syntax.SynConst+Tags: Int32 UInt16s
@@ -5842,6 +5849,7 @@ FSharp.Compiler.Syntax.SynConst: Boolean IsIntPtr
58425849FSharp.Compiler.Syntax.SynConst: Boolean IsMeasure
58435850FSharp.Compiler.Syntax.SynConst: Boolean IsSByte
58445851FSharp.Compiler.Syntax.SynConst: Boolean IsSingle
5852+ FSharp.Compiler.Syntax.SynConst: Boolean IsSourceIdentifier
58455853FSharp.Compiler.Syntax.SynConst: Boolean IsString
58465854FSharp.Compiler.Syntax.SynConst: Boolean IsUInt16
58475855FSharp.Compiler.Syntax.SynConst: Boolean IsUInt16s
@@ -5863,6 +5871,7 @@ FSharp.Compiler.Syntax.SynConst: Boolean get_IsIntPtr()
58635871FSharp.Compiler.Syntax.SynConst: Boolean get_IsMeasure()
58645872FSharp.Compiler.Syntax.SynConst: Boolean get_IsSByte()
58655873FSharp.Compiler.Syntax.SynConst: Boolean get_IsSingle()
5874+ FSharp.Compiler.Syntax.SynConst: Boolean get_IsSourceIdentifier()
58665875FSharp.Compiler.Syntax.SynConst: Boolean get_IsString()
58675876FSharp.Compiler.Syntax.SynConst: Boolean get_IsUInt16()
58685877FSharp.Compiler.Syntax.SynConst: Boolean get_IsUInt16s()
@@ -5884,6 +5893,7 @@ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewIntPtr(Int64
58845893FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewMeasure(FSharp.Compiler.Syntax.SynConst, FSharp.Compiler.Text.Range, FSharp.Compiler.Syntax.SynMeasure)
58855894FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewSByte(SByte)
58865895FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewSingle(Single)
5896+ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewSourceIdentifier(System.String, System.String, FSharp.Compiler.Text.Range)
58875897FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewString(System.String, FSharp.Compiler.Syntax.SynStringKind, FSharp.Compiler.Text.Range)
58885898FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewUInt16(UInt16)
58895899FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst NewUInt16s(UInt16[])
@@ -5906,6 +5916,7 @@ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+IntPtr
59065916FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Measure
59075917FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+SByte
59085918FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Single
5919+ FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+SourceIdentifier
59095920FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+String
59105921FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+Tags
59115922FSharp.Compiler.Syntax.SynConst: FSharp.Compiler.Syntax.SynConst+UInt16
0 commit comments