2 references to Arg_KeyNotFoundWithKey
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (1)
44throw new KeyNotFoundException(SR.Format(SR.Arg_KeyNotFoundWithKey, key));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
746return new KeyNotFoundException(SR.Format(SR.Arg_KeyNotFoundWithKey, key));