1 write to _syncLcid
mscorlib (1)
system\runtime\remoting\synchronizeddispatch.cs (1)
107_syncLcid = value;
5 references to _syncLcid
mscorlib (5)
system\runtime\remoting\synchronizeddispatch.cs (5)
92return _syncLcid; 102_syncLcid==null 103|| (_syncLcid!=null && value==null) 104|| _syncLcid.Equals(value), 121return ( msgLCID.Equals(_syncLcid)