Home
last modified time | relevance | path

Searched refs:CodeThrowExceptionStatement (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeThrowExceptionStatementCas.cs55 CodeThrowExceptionStatement ctes = new CodeThrowExceptionStatement (); in Constructor0_Deny_Unrestricted()
65 CodeThrowExceptionStatement ctes = new CodeThrowExceptionStatement (to_throw); in Constructor1_Deny_Unrestricted()
74 ConstructorInfo ci = typeof (CodeThrowExceptionStatement).GetConstructor (new Type[0]); in LinkDemand_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeStatements/
H A DCodeThrowExceptionStatementTests.cs9 public class CodeThrowExceptionStatementTests : CodeStatementTestBase<CodeThrowExceptionStatement>
14 var throwException = new CodeThrowExceptionStatement(); in Ctor_Default()
22 var throwException = new CodeThrowExceptionStatement(expression); in Ctor_CodeExpression()
30 var throwException = new CodeThrowExceptionStatement(); in Expression_Set_Get_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeThrowExceptionStatement.cs8 public class CodeThrowExceptionStatement : CodeStatement class
10 public CodeThrowExceptionStatement() { } in CodeThrowExceptionStatement() method in System.CodeDom.CodeThrowExceptionStatement
12 public CodeThrowExceptionStatement(CodeExpression toThrow) in CodeThrowExceptionStatement() method in System.CodeDom.CodeThrowExceptionStatement
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeThrowExceptionStatement.cs28 public class CodeThrowExceptionStatement : CodeStatement { class
36 public CodeThrowExceptionStatement() { in CodeThrowExceptionStatement() method in System.CodeDom.CodeThrowExceptionStatement
44 public CodeThrowExceptionStatement(CodeExpression toThrow) { in CodeThrowExceptionStatement() method in System.CodeDom.CodeThrowExceptionStatement
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.CSharp/
H A DCodeGeneratorFromStatementTest.cs469 CodeThrowExceptionStatement ctes = new CodeThrowExceptionStatement (); in CodeThrowExceptionStatementTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.VisualBasic/
H A DCodeGeneratorFromStatementTest.cs512 CodeThrowExceptionStatement ctet = new CodeThrowExceptionStatement (); in CodeThrowExceptionStatementTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeValidator.cs463 else if (e is CodeThrowExceptionStatement) in ValidateStatement()
465 ValidateThrowExceptionStatement((CodeThrowExceptionStatement)e); in ValidateStatement()
518 private void ValidateThrowExceptionStatement(CodeThrowExceptionStatement e) in ValidateThrowExceptionStatement()
H A DCodeGenerator.cs887 else if (e is CodeThrowExceptionStatement) in GenerateStatement()
889 GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); in GenerateStatement()
1431 protected abstract void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e); in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeValidator.cs381 else if (e is CodeThrowExceptionStatement) { in ValidateStatement()
382 ValidateThrowExceptionStatement((CodeThrowExceptionStatement)e); in ValidateStatement()
425 private void ValidateThrowExceptionStatement(CodeThrowExceptionStatement e) { in ValidateThrowExceptionStatement()
H A DCodeGenerator.cs917 else if (e is CodeThrowExceptionStatement) { in GenerateStatement()
918 GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); in GenerateStatement()
1630 protected abstract void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e); in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCodeGeneratorGenerateFromCompileUnitTest.cs177 protected override void GenerateThrowExceptionStatement (CodeThrowExceptionStatement s) {} in GenerateThrowExceptionStatement()
H A DCodeGeneratorCas.cs222 protected override void GenerateThrowExceptionStatement (CodeThrowExceptionStatement e) in GenerateThrowExceptionStatement()
H A DCodeGeneratorTest.cs271 protected override void GenerateThrowExceptionStatement (CodeThrowExceptionStatement e) in GenerateThrowExceptionStatement()
H A DCodeCompilerCas.cs239 protected override void GenerateThrowExceptionStatement (CodeThrowExceptionStatement e) in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DWMIGenerator.cs1094 cis1.TrueStatements.Add(new CodeThrowExceptionStatement(coce)); in GeneratePathProperty()
2585 cis.FalseStatements.Add(new CodeThrowExceptionStatement(coce)); in GenarateConstructorWithLateBound()
2655 cis.FalseStatements.Add(new CodeThrowExceptionStatement(coce)); in GenarateConstructorWithLateBoundForEmbedded()
2729 cis1.TrueStatements.Add(new CodeThrowExceptionStatement(coce)); in GenerateInitializeObject()
6389 cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); in AddToDateTimeFunction()
6408 cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); in AddToDateTimeFunction()
6425 cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); in AddToDateTimeFunction()
6561 cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); in AddToDateTimeFunction()
6848 cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); in AddToDMTFTimeIntervalFunction()
7405 cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); in AddToTimeSpanFunction()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs646 public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement class
648 public CodeThrowExceptionStatement() { } in CodeThrowExceptionStatement() method in System.CodeDom.CodeThrowExceptionStatement
649 public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { } in CodeThrowExceptionStatement() method in System.CodeDom.CodeThrowExceptionStatement
999 …tected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e); in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/Entity/Design/EntityViewGeneration/
H A DEntityViewGenerator.cs532 getViewAtMethod.Statements.Add(new CodeThrowExceptionStatement( in CreateAndAddGetViewAtMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/XamlIntegration/
H A DTextExpressionCompiler.cs557 CodeThrowExceptionStatement exception = new CodeThrowExceptionStatement( in AddPropertyForDuplicates()
770 new CodeThrowExceptionStatement( in GenerateCompiledExpressionRootConstructor()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs668 else if (e is CodeThrowExceptionStatement) in GenerateStatement()
670 GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); in GenerateStatement()
954 private void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs1073 else if (e is CodeThrowExceptionStatement) { in GenerateStatement()
1074 GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); in GenerateStatement()
1369 private void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) { in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DClassGenerator.cs815 new CodeThrowExceptionStatement() in GenerateFindResourceMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dnet_4_x_System.dll.sources345 ../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Generator/
H A DCodeDomGenerator.cs740 new CodeThrowExceptionStatement( in GenerateTableClass()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeGenerator.cs843 protected override void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) in GenerateThrowExceptionStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs1086 protected override void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) { in GenerateThrowExceptionStatement()

12