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