2 writes to _XmlElementName
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
590
_XmlElementName
= GetTypeName((Type)ReflectInfo);
596
_XmlElementName
= value;
2 references to _XmlElementName
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
589
if ((
_XmlElementName
== null) && (ReflectInfo != null))
591
return
_XmlElementName
;