3 references to s_Mapping
System (3)
net\System\Net\WebExceptionStatus.cs (3)
159if (statusInt >= s_Mapping.Length || statusInt < 0) 164string message = Volatile.Read(ref s_Mapping[statusInt]); 168Volatile.Write(ref s_Mapping[statusInt], message);