1 write to s_currentChannelData
mscorlib (1)
system\runtime\remoting\channelservices.cs (1)
551
s_currentChannelData
= CollectChannelDataFromChannels();
2 references to s_currentChannelData
mscorlib (2)
system\runtime\remoting\channelservices.cs (2)
57
if (
s_currentChannelData
== null)
60
return
s_currentChannelData
;