5 writes to ProtXmlNamespace
mscorlib (5)
system\runtime\remoting\remotingattributes.cs (5)
608
ProtXmlNamespace
= XmlTypeNamespace;
615
ProtXmlNamespace
= value;
743
ProtXmlNamespace
= XmlTypeNamespaceOfDeclaringType;
748
set {
ProtXmlNamespace
= value; }
900
set {
ProtXmlNamespace
= value; }
5 references to ProtXmlNamespace
mscorlib (5)
system\runtime\remoting\remotingattributes.cs (5)
606
if ((
ProtXmlNamespace
== null) && (ReflectInfo != null))
610
return
ProtXmlNamespace
;
741
if (
ProtXmlNamespace
== null)
745
return
ProtXmlNamespace
;
899
get { return
ProtXmlNamespace
; }