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