2 writes to UnmatchedValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SwitchExpressionException.cs (2)
28
UnmatchedValue
= unmatchedValue;
35
UnmatchedValue
= info.GetValue(nameof(UnmatchedValue), typeof(object));
5 references to UnmatchedValue
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SwitchExpressionException.cs (5)
35
UnmatchedValue = info.GetValue(nameof(
UnmatchedValue
), typeof(object));
50
info.AddValue(nameof(
UnmatchedValue
),
UnmatchedValue
, typeof(object));
57
if (
UnmatchedValue
is null)
62
string valueMessage = SR.Format(SR.SwitchExpressionException_UnmatchedValue,
UnmatchedValue
);