System\Linq\Expressions\CatchBlock.cs (4)
96return MakeCatchBlock(variable.Type, variable, body, filter: null);
123return MakeCatchBlock(variable.Type, variable, body, filter);
138ContractUtils.Requires(variable == null || TypeUtils.AreEquivalent(variable.Type, type), nameof(variable));
145throw Error.VariableMustNotBeByRef(variable, variable.Type, nameof(variable));