2 writes to _xmlElementName
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
847
_xmlElementName
= ((FieldInfo)ReflectInfo).Name;
853
_xmlElementName
= value;
2 references to _xmlElementName
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
846
if ((
_xmlElementName
== null) && (ReflectInfo != null))
848
return
_xmlElementName
;