3 references to XmlTypeNamespace
mscorlib (3)
system\runtime\remoting\remotingattributes.cs (1)
608
ProtXmlNamespace =
XmlTypeNamespace
;
system\runtime\remoting\soap.cs (2)
194
RegisterInteropXmlType(attr.XmlTypeName, attr.
XmlTypeNamespace
, type);
359
xmlTypeNamespace = attr.
XmlTypeNamespace
;