This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
tests/FSharp.Compiler.Service.Tests Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1228,7 +1228,7 @@ type ILInstr =
1228
1228
type ILExceptionClause =
1229
1229
| Finally of ( ILCodeLabel * ILCodeLabel )
1230
1230
| Fault of ( ILCodeLabel * ILCodeLabel )
1231
- | FilterCatch of ( ILCodeLabel * ILCodeLabel ) * ( ILCodeLabel * ILCodeLabel )
1231
+ | FilterCatch of filterRange : ( ILCodeLabel * ILCodeLabel ) * handlerRange : ( ILCodeLabel * ILCodeLabel )
1232
1232
| TypeCatch of ILType * ( ILCodeLabel * ILCodeLabel )
1233
1233
1234
1234
[<RequireQualifiedAccess; NoEquality; NoComparison>]
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ type ILInstr =
583
583
type ILExceptionClause =
584
584
| Finally of ( ILCodeLabel * ILCodeLabel )
585
585
| Fault of ( ILCodeLabel * ILCodeLabel )
586
- | FilterCatch of ( ILCodeLabel * ILCodeLabel ) * ( ILCodeLabel * ILCodeLabel )
586
+ | FilterCatch of filterRange : ( ILCodeLabel * ILCodeLabel ) * handlerRange : ( ILCodeLabel * ILCodeLabel )
587
587
| TypeCatch of ILType * ( ILCodeLabel * ILCodeLabel )
588
588
589
589
[<RequireQualifiedAccess; NoEquality; NoComparison>]
Original file line number Diff line number Diff line change @@ -1600,10 +1600,10 @@ FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: Int32 GetHashCode(S
1600
1600
FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: Int32 Tag
1601
1601
FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: Int32 get_Tag()
1602
1602
FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.String ToString()
1603
- FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] Item1
1604
- FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] Item2
1605
- FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] get_Item1 ()
1606
- FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] get_Item2 ()
1603
+ FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] filterRange
1604
+ FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] handlerRange
1605
+ FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] get_filterRange ()
1606
+ FSharp.Compiler.AbstractIL.IL+ILExceptionClause+FilterCatch: System.Tuple`2[System.Int32,System.Int32] get_handlerRange ()
1607
1607
FSharp.Compiler.AbstractIL.IL+ILExceptionClause+Finally: Boolean Equals(ILExceptionClause)
1608
1608
FSharp.Compiler.AbstractIL.IL+ILExceptionClause+Finally: Boolean Equals(System.Object)
1609
1609
FSharp.Compiler.AbstractIL.IL+ILExceptionClause+Finally: Boolean Equals(System.Object, System.Collections.IEqualityComparer)
You can’t perform that action at this time.
0 commit comments