Home
last modified time | relevance | path

Searched refs:_xmlElementName (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Metadata/
H A DSoapTypeAttribute.cs46 string _xmlElementName; field in System.Runtime.Remoting.Metadata.SoapTypeAttribute
80 return _xmlElementName;
85 _xmlElementName = value;
146 if (_xmlElementName == null) in SetReflectionObject()
147 _xmlElementName = type.Name; in SetReflectionObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingattributes.cs829 private String _xmlElementName = null; field in System.Runtime.Remoting.Metadata.SoapFieldAttribute
846 if ((_xmlElementName == null) && (ReflectInfo != null))
847 _xmlElementName = ((FieldInfo)ReflectInfo).Name;
848 return _xmlElementName;
853 _xmlElementName = value;