1 override of BeginCatchBlock
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
403public override void BeginCatchBlock(Type exceptionType)
4 references to BeginCatchBlock
mscorlib (1)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (1)
716il.BeginCatchBlock(typeof(System.Exception));
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
731_ilg.BeginCatchBlock(cb.Test); 819_ilg.BeginCatchBlock(null);
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
519ilGen.BeginCatchBlock(exception);