9 references to TypeOfXmlQualifiedName
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\Json\JsonDataContract.cs (1)
245traditionalDataContract.UnderlyingType == Globals.TypeOfXmlQualifiedName)
System\Runtime\Serialization\ReflectionXmlFormatWriter.cs (1)
227return type == Globals.TypeOfXmlQualifiedName && (ns != null && ns.Value != null && ns.Value.Length > 0);
System\Runtime\Serialization\SchemaExporter.cs (2)
636if (!(Globals.TypeOfXmlQualifiedName.IsAssignableFrom(getMethod.ReturnType)) && !(Globals.TypeOfXmlSchemaType.IsAssignableFrom(getMethod.ReturnType))) 637throw new InvalidDataContractException(SR.Format(SR.InvalidReturnTypeOnGetSchemaMethod, DataContract.GetClrTypeFullName(clrType), methodName, DataContract.GetClrTypeFullName(getMethod.ReturnType), DataContract.GetClrTypeFullName(Globals.TypeOfXmlQualifiedName), typeof(XmlSchemaType)));
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
762return type == Globals.TypeOfXmlQualifiedName && (ns != null && ns.Value != null && ns.Value.Length > 0);
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
273else if (valueType == Globals.TypeOfXmlQualifiedName) 328else if (valueType == Globals.TypeOfXmlQualifiedName)
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
348else if (valueType == Globals.TypeOfXmlQualifiedName) 427else if (valueType == Globals.TypeOfXmlQualifiedName)