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