1 write to _exceptionType
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
45
_exceptionType
= exceptionType;
2 references to _exceptionType
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
51
public bool Matches(Type exceptionType) =>
_exceptionType
.IsAssignableFrom(exceptionType);
54
string.Create(CultureInfo.InvariantCulture, $"catch ({
_exceptionType
.Name}) [{HandlerStartIndex}->{HandlerEndIndex}]");