Home
last modified time | relevance | path

Searched refs:CatchClauses (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeStatements/
H A DCodeTryCatchFinallyStatementTests.cs18 Assert.Empty(tryCatchFinally.CatchClauses); in Ctor_Default()
36 Assert.Equal(catchClauses, tryCatchFinally.CatchClauses.Cast<CodeCatchClause>()); in Ctor_CodeStatementArray_CodeCatchClauseArray()
55 Assert.Equal(catchClauses, tryCatchFinally.CatchClauses.Cast<CodeCatchClause>()); in Ctor_CodeStatementArray_CodeCatchClauseArray_CodeStatementArray()
122 tryCatchFinally.CatchClauses.Add(catchClause1); in CatchClauses_AddMultiple_ReturnsExpected()
123 …Assert.Equal(new CodeCatchClause[] { catchClause1 }, tryCatchFinally.CatchClauses.Cast<CodeCatchCl… in CatchClauses_AddMultiple_ReturnsExpected()
126 tryCatchFinally.CatchClauses.Add(catchClause2); in CatchClauses_AddMultiple_ReturnsExpected()
127 …Assert.Equal(new CodeCatchClause[] { catchClause1, catchClause2 }, tryCatchFinally.CatchClauses.Ca… in CatchClauses_AddMultiple_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeTryCatchFinallyStatement.cs15 CatchClauses.AddRange(catchClauses); in CodeTryCatchFinallyStatement()
21 CatchClauses.AddRange(catchClauses); in CodeTryCatchFinallyStatement()
27 public CodeCatchClauseCollection CatchClauses { get; } = new CodeCatchClauseCollection(); property in System.CodeDom.CodeTryCatchFinallyStatement
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeTryCatchFinallyStatement.cs47 CatchClauses.AddRange(catchClauses); in CodeTryCatchFinallyStatement()
58 CatchClauses.AddRange(catchClauses); in CodeTryCatchFinallyStatement()
79 public CodeCatchClauseCollection CatchClauses { property in System.CodeDom.CodeTryCatchFinallyStatement
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeTryCatchFinallyStatementCas.cs56 Assert.AreEqual (0, ctcfs.CatchClauses.Count, "CatchClauses"); in Constructor0_Deny_Unrestricted()
68 Assert.AreEqual (1, ctcfs.CatchClauses.Count, "CatchClauses"); in Constructor1_Deny_Unrestricted()
81 Assert.AreEqual (1, ctcfs.CatchClauses.Count, "CatchClauses"); in Constructor2_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/
H A DCSharpCodeGenerationTests.cs1220 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
1244 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
1252 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
1271 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
H A DVBCodeGenerationTests.cs1185 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
1209 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
1217 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
1236 tcfstmt.CatchClauses.Add(catchClause); in TryCatchThrow()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/src/
H A Dcover.erl1896 fix_expr({'try',L,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
1899 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2052 munge_expr({'try',Line,Body,Clauses,CatchClauses,After}, Vars) ->
2055 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeValidator.cs549 CodeCatchClauseCollection catches = e.CatchClauses; in ValidateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeValidator.cs449 CodeCatchClauseCollection catches = e.CatchClauses; in ValidateTryCatchFinallyStatement()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/src/
H A Dcover.erl1902 fix_expr({'try',L,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
1905 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2049 munge_expr({'try',Line,Body,Clauses,CatchClauses,After}, Vars) ->
2052 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/src/
H A Dcover.erl1904 fix_expr({'try',L,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
1907 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2051 munge_expr({'try',Line,Body,Clauses,CatchClauses,After}, Vars) ->
2054 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/src/
H A Dcover.erl2109 fix_expr({'try',A,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
2112 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2256 munge_expr({'try',Anno,Body,Clauses,CatchClauses,After}, Vars) ->
2259 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/src/
H A Dcover.erl2109 fix_expr({'try',A,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
2112 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2256 munge_expr({'try',Anno,Body,Clauses,CatchClauses,After}, Vars) ->
2259 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/src/
H A Dcover.erl2109 fix_expr({'try',A,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
2112 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2256 munge_expr({'try',Anno,Body,Clauses,CatchClauses,After}, Vars) ->
2259 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/src/
H A Dcover.erl2109 fix_expr({'try',A,Exprs,Clauses,CatchClauses,After}, Line, Bump) ->
2112 FixedCatchClauses = fix_clauses(CatchClauses, Line, Bump),
2256 munge_expr({'try',Anno,Body,Clauses,CatchClauses,After}, Vars) ->
2259 {MungedCatchClauses, Vars3} = munge_clauses(CatchClauses, Vars2),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DClassGenerator.cs1270 tryCatchExp.CatchClauses.Add(catchClause); in GenerateLoadMethod()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeGenerator.cs1289 CodeCatchClauseCollection catches = e.CatchClauses; in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs1561 CodeCatchClauseCollection catches = e.CatchClauses; in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DWMIGenerator.cs6589 tryblock.CatchClauses.Add(catchblock); in AddToDateTimeFunction()
6710 tryblock2.CatchClauses.Add(catchblock); in AddToDateTimeFunction()
7620 tryblock.CatchClauses.Add(catchblock); in AddToTimeSpanFunction()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs1069 CodeCatchClauseCollection catches = e.CatchClauses; in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs657 …public System.CodeDom.CodeCatchClauseCollection CatchClauses { [System.Runtime.CompilerServices.Co… property in System.CodeDom.CodeTryCatchFinallyStatement
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs1488 CodeCatchClauseCollection catches = e.CatchClauses; in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs1297 public System.CodeDom.CodeCatchClauseCollection CatchClauses { get { throw null; } } property in System.CodeDom.CodeTryCatchFinallyStatement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs1295 public System.CodeDom.CodeCatchClauseCollection CatchClauses { get { throw null; } } property in System.CodeDom.CodeTryCatchFinallyStatement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs1154 …public System.CodeDom.CodeCatchClauseCollection CatchClauses { [System.Runtime.CompilerServices.Co… property in System.CodeDom.CodeTryCatchFinallyStatement

12