4 references to Arg_SwitchExpressionException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SwitchExpressionException.cs (4)
19: base(SR.Arg_SwitchExpressionException) { } 22base(SR.Arg_SwitchExpressionException, innerException) 38public SwitchExpressionException(string? message) : base(message ?? SR.Arg_SwitchExpressionException) { } 41: base(message ?? SR.Arg_SwitchExpressionException, innerException) { }