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)
92
return
_syncLcid
;
102
_syncLcid
==null
103
|| (
_syncLcid
!=null && value==null)
104
||
_syncLcid
.Equals(value),
121
return ( msgLCID.Equals(
_syncLcid
)