717 references to Name
dotnet-svcutil-lib (717)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
309if (_pageSibling[_idxSibling].LocalName == _idAttrName.Name &&
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9364string localName = _nameTable.Add(attrDef.Name.Name);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
445attr = _document.CreateDefaultAttribute(GetDefaultPrefix(attrQName.Namespace), attrQName.Name, attrQName.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
611string attrLocalname = attdef.Name.Name; 1629if (attdef.Name.Name == attrLocalname)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (7)
633dtNode.Notations.SetNamedItem(new XmlNotation(scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, _doc)); 642XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Text, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc); 652XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Text, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc); 677_doc.AddXmlName(elementDecl.Prefix, elementDecl.Name.Name, string.Empty, null), 678_doc.AddAttrXmlName(attdef.Prefix, attdef.Name.Name, string.Empty, null));
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
106else if (Ref.Equal(objectNs, SchemaNames.QnDtDt.Namespace) && Ref.Equal(objectName, SchemaNames.QnDtDt.Name))
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
71if (qname.Name.Length == 0)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
236DatatypeImplementation dt = FromTypeName(qname.Name); 252dt = FromTypeName(qname.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (23)
694if (attrDef != null && attrDef.Prefix.Length > 0 && attrDef.Prefix.Equals("xml") && attrDef.Name.Name == "space") 720if (attrDef.Name.Name == "space") 747else if (attrDef.Name.Name == "lang") 956SendValidationEvent(_curPos - name.Name.Length, XmlSeverityType.Error, ResXml.Sch_DupElementDecl, GetNameString()); 1294string notationName = entity.NData.Name; 1330if (!_schemaInfo.Notations.ContainsKey(notationName.Name)) 1334_undeclaredNotations.Remove(notationName.Name); 1337_schemaInfo.Notations.Add(notation.Name.Name, notation); 1344SendValidationEvent(_curPos - notationName.Name.Length, XmlSeverityType.Error, ResXml.Sch_DupNotation, notationName.Name); 3333Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_InvalidParEntityRef); 3343Throw(_curPos - entityName.Name.Length - 1, paramEntity ? ResXml.Xml_RecursiveParEntity : ResXml.Xml_RecursiveGenEntity, entityName.Name); 3436SendValidationEvent(_curPos - entityName.Name.Length - 1, XmlSeverityType.Error, ResXml.Xml_UndeclaredParEntity, entityName.Name); 3445SendValidationEvent(_curPos - entityName.Name.Length - 1, XmlSeverityType.Error, ResXml.Xml_UndeclaredEntity, entityName.Name); 3450Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_UndeclaredEntity, entityName.Name); 3458Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_UnparsedEntityRef, entityName.Name); 3463Throw(_curPos - entityName.Name.Length - 1, ResXml.Xml_ExternalEntityInAttValue, entityName.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
432string n = qname.Name; 509context.LocalName = elementName.Name;
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (7)
1093else if ((el.RefName.Name == xtr.LocalName) && (el.RefName.Namespace == xtr.NamespaceURI)) 1124else if (el.RefName.Name == xtr.LocalName && el.RefName.Namespace == xtr.NamespaceURI) 1156else if (el.RefName.Name == xtr.LocalName && el.RefName.Namespace == xtr.NamespaceURI) 1391if (schemaAttribute.RefName.Name == attributeName && schemaAttribute.RefName.Namespace == nsURI) 1407if (xse.RefName.Name == elementName && xse.RefName.Namespace == nsURI) 1442if (attr.RefName.Name.Length == 0) 1451if (null == FindAttributeRef(attributesInInstance, attr.RefName.Name, attr.RefName.Namespace))
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1750SendValidationEvent(ResXml.Sch_NoRestOrExtQName, complexType.QualifiedName.Name, complexType.QualifiedName.Namespace, complexType); 1805SendValidationEvent(ResXml.Sch_NoRestOrExtQName, complexType.QualifiedName.Name, complexType.QualifiedName.Namespace, complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaAttDef.cs (1)
68get { return ((SchemaAttDef)this).Name.Name; }
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (6)
292if (!schemaInfo.Notations.ContainsKey(no.Name.Name)) 294schemaInfo.Notations.Add(no.Name.Name, no); 1969sb.Append(attribute.QualifiedName.Name); 2000sb.Append(attribute.QualifiedName.Name); 2307throw new XmlSchemaException(ResXml.Sch_UndeclaredEquivClass, xe.SubstitutionGroup.Name.ToString(), xe); 2547sb.Append(localElement.QualifiedName.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1393SendValidationEvent(ResXml.Sch_NoRestOrExtQName, complexType.QualifiedName.Name, complexType.QualifiedName.Namespace, complexType); 1448SendValidationEvent(ResXml.Sch_NoRestOrExtQName, complexType.QualifiedName.Name, complexType.QualifiedName.Namespace, complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
72get { return ((SchemaElementDecl)this).Name.Name; }
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs (1)
42get { return this.Name.Name; }
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (2)
382if (!Notations.ContainsKey(notation.Name.Name)) 384Notations.Add(notation.Name.Name, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
160if (!schemaInfo.Notations.ContainsKey(no.Name.Name)) 162schemaInfo.Notations.Add(no.Name.Name, no); 2374sb.Append(attribute.QualifiedName.Name); 2405sb.Append(attribute.QualifiedName.Name); 2738throw new XmlSchemaException(ResXml.Sch_UndeclaredEquivClass, xe.SubstitutionGroup.Name.ToString(), xe); 2990sb.Append(localElement.QualifiedName.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (19)
474qnameValue = new XmlQualifiedName(qnameValue.Name, _TargetNamespace); 478qnameValue = new XmlQualifiedName(qnameValue.Name); 500XmlQualifiedName.ToString(qname.Name, prefix)); 689gname = new XmlQualifiedName(gname.Name, builder._TargetNamespace); 700builder.SendValidationEvent(ResXml.Sch_UndeclaredAttribute, gname.Name); 707builder.SendValidationEvent(ResXml.Sch_UndeclaredElement, XmlQualifiedName.ToString(ed.Name.Name, ed.Prefix)); 743builder.SendValidationEvent(ResXml.Sch_DupElementDecl, XmlQualifiedName.ToString(qname.Name, prefix)); 1052builder.SendValidationEvent(ResXml.Sch_DupAttribute, XmlQualifiedName.ToString(qname.Name, prefix)); 1058qname = new XmlQualifiedName(qname.Name, builder._TargetNamespace); 1066builder.SendValidationEvent(ResXml.Sch_DupAttribute, XmlQualifiedName.ToString(qname.Name, prefix)); 1085builder._AttributeDef._AttDef.Datatype = builder.CheckDatatype(qname.Name); 1299gname = new XmlQualifiedName(qname.Name, builder._TargetNamespace); 1308builder.SendValidationEvent(ResXml.Sch_UndeclaredAttribute, XmlQualifiedName.ToString(qname.Name, prefix)); 1571SendValidationEvent(ResXml.Sch_UnknownOrder, qname.Name); 1600if (qname.Name == "yes") 1604else if (qname.Name != "no") 1754SendValidationEvent(ResXml.Sch_UnknownContent, qname.Name); 1767SendValidationEvent(ResXml.Sch_UnknownModel, qname.Name); 1785XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.Prefix));
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
95if (SchemaNames.IsXDRRoot(elementName.Name, elementName.Namespace) && reader.Depth > 0) 217Ref.Equal(objectName, SchemaNames.QnDtDt.Name) 662context.LocalName = elementName.Name;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (1)
169if (localName == qname.Name && ns == qname.Namespace)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1545if (qname.Name.Length == 0)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (10)
686AttributeIdentityConstraints(attQName.Name, attQName.Namespace, typedVal, attValue.ToString(), datatype); 1082attrData.LocalName = _nameTable.Add(attdef.Name.Name); 1118AttributeIdentityConstraints(attdef.Name.Name, attdef.Name.Namespace, attdef.DefaultValueTyped, attdef.DefaultValueRaw, datatype); 1550_context.LocalName = elementName.Name; 2688if (name.Name == "*") 2696builder.Append(string.Format(ResXml.Sch_ElementNameAndNamespace, name.Name, name.Namespace)); 2700builder.Append(string.Format(ResXml.Sch_ElementName, name.Name)); 2712if (name.Name == "*") 2725subBuilder.Append(name.Name); 2774return BuildElementName(qname.Name, qname.Namespace);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (7)
578return name.Name; 582return "xs:" + name.Name; 586return "xdt:" + name.Name; 590return "{" + name.Namespace + "}" + name.Name; 851return string.Concat("{", qname.Namespace, "}", qname.Name); 857return (prefix.Length != 0) ? string.Concat(prefix, ":", qname.Name) : qname.Name;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
762_namespaces.Add((name == _schemaNames.QnXmlNs.Name) ? string.Empty : name, value);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (4)
178if (IsXSDRoot(elementName.Name, elementName.Namespace) && reader.Depth > 0) 410XmlSchemaSimpleType simpleType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName(xsiType.Name, _nsXs)); 552AttributeIdentityConstraints(attdef.Name.Name, attdef.Name.Namespace, UnWrapUnion(attdef.DefaultValueTyped), attdef.DefaultValueRaw, attdef); 801context.LocalName = elementName.Name;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
172Warnings.Add(string.Format(ResXml.XmlMismatchSchemaObjects, item.GetType().Name, qname.Name, qname.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
1138this.TypeName = xsiType.Name; 1405throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType.FullName, _getSchemaMethod.Name, _xsiType.Name, _xsiType.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\NameTable.cs (3)
45Add(qname.Name, qname.Namespace, value); 58return _table[new NameKey(qname.Name, qname.Namespace)]; 62_table[new NameKey(qname.Name, qname.Namespace)] = value;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (1)
218throw new InvalidOperationException(string.Format(error, name.Name, name.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
49return String.Compare(qn1.Name, qn2.Name, StringComparison.Ordinal);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
256attribute.Value = qname.Namespace + ":" + qname.Name + "[]";
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (21)
65throw new InvalidOperationException(string.Format(ResXml.XmlPrimitiveBaseType, name.Name, name.Namespace, baseType.FullName)); 68accessor.Name = name.Name; 169throw new InvalidOperationException(string.Format(ResXml.RefSyntaxNotSupportedForElements0, element.RefName.Name, element.RefName.Namespace)); 175throw new InvalidOperationException(string.Format(ResXml.XmlElementHasNoName, parentType.Name, parentType.Namespace)); 202throw new InvalidOperationException(string.Format(ResXml.XmlInvalidSchemaElementType, parentType.Name, parentType.Namespace, element.Name)); 207throw new InvalidOperationException(string.Format(ResXml.XmlInvalidSchemaElementType, parentType.Name, parentType.Namespace, element.Name)); 213throw new InvalidOperationException(string.Format(ResXml.XmlInvalidSubstitutionGroupUse, parentType.Name, parentType.Namespace)); 218throw new InvalidOperationException(string.Format(ResXml.XmlElementMissingType, parentType.Name, parentType.Namespace, element.Name)); 250if (name.Name == Soap.UrType && name.Namespace == XmlSchema.Namespace) 259mapping = ImportDataType((XmlSchemaSimpleType)type, name.Namespace, name.Name, false); 301throw new InvalidOperationException(string.Format(ResXml.XmlInvalidSchemaElementType, parentType.Name, parentType.Namespace, element.Name)); 395throw new InvalidOperationException(string.Format(ResXml.XmlSoapInvalidChoice, parentType.Name, parentType.Namespace)); 406throw new InvalidOperationException(string.Format(ResXml.XmlSoapUnsupportedGroupRef, parentType.Name, parentType.Namespace)); 412throw new InvalidOperationException(string.Format(ResXml.XmlSoapUnsupportedGroupRepeat, parentType.Name, parentType.Namespace)); 417throw new InvalidOperationException(string.Format(ResXml.XmlSoapUnsupportedGroupNested, parentType.Name, parentType.Namespace)); 421throw new InvalidOperationException(string.Format(ResXml.XmlSoapUnsupportedGroupAny, parentType.Name, parentType.Namespace)); 465if (!(type.DerivedFrom.Name == Soap.Array && type.DerivedFrom.Namespace == Soap.Encoding)) return null; 480if (attribute != null && attribute.RefName.Name == Soap.ArrayType && attribute.RefName.Namespace == Soap.Encoding) 502TypeDesc td = Scope.GetTypeDesc(typeName.Name, typeName.Namespace); 515itemAccessor.Name = typeName.Name; 710TypeDesc typeDesc = Scope.GetTypeDesc(name.Name, name.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
551serializableMapping.TypeName = qname.Name;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (18)
110throw new InvalidOperationException(string.Format(ResXml.XmlBadBaseElement, name.Name, name.Namespace, baseType.FullName)); 146accessor.Name = typeName.Name; 170throw new InvalidOperationException(string.Format(ResXml.XmlBadBaseType, typeName.Name, typeName.Namespace, baseType.FullName)); 332throw new InvalidOperationException(string.Format(ResXml.XmlElementHasNoName, parentType.Name, parentType.Namespace)); 430typeName = FindExtendedType(qname.Name, qname.Namespace, context, compileUnit, mainNamespace, out typeOwner); 457throw new InvalidOperationException(string.Format(ResXml.XmlImporterExtensionBadTypeName, typeOwner.GetType().FullName, qname.Name, qname.Namespace, typeName)); 469mapping.TypeDesc = mapping.TypeDesc.CreateMappedTypeDesc(new MappedTypeDesc(typeName, qname.Name, qname.Namespace, type, context, typeOwner, mainNamespace, compileUnit.ReferencedAssemblies)); 528if (name.Name == Soap.UrType && name.Namespace == XmlSchema.Namespace) 540mapping = ImportType((XmlSchemaComplexType)type, name.Namespace, name.Name, desiredMappingType, baseType, flags); 543mapping = ImportDataType((XmlSchemaSimpleType)type, name.Namespace, name.Name, baseType, flags, false); 649throw new InvalidOperationException(string.Format(ResXml.XmlTypeUsedTwice, type.QualifiedName.Name, type.QualifiedName.Namespace)); 1185equivalentElement.SubstitutionGroup.Name == element.Name) 1695accessor.Name = name.Name; 1959throw new InvalidOperationException(string.Format(ResXml.XmlMissingGroup, name.Name)); 1968throw new InvalidOperationException(string.Format(ResXml.XmlMissingAttributeGroup, name.Name)); 2016TypeDesc typeDesc = Scope.GetTypeDesc(name.Name, name.Namespace, flags); 2028if (name.Name == Soap.Array && name.Namespace == Soap.Encoding) 2065throw new InvalidOperationException(string.Format(ResXml.XmlMissingAttribute, name.Name));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
630item = string.Format(ResXml.XmlSchemaElementReference, e.RefName.ToString(), parentName.Name, parentName.Namespace); 652return string.Format(ResXml.XmlSchemaAttributeReference, a.RefName.ToString(), parentName.Name, parentName.Namespace); 663item = string.Format(ResXml.XmlSchemaContentDef, parentName.Name, parentName.Namespace, null);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (232)
301if ((object)typeName.Name == (object)_stringID || 302(object)typeName.Name == (object)_anyURIID || 303(object)typeName.Name == (object)_durationID || 304(object)typeName.Name == (object)_ENTITYID || 305(object)typeName.Name == (object)_ENTITIESID || 306(object)typeName.Name == (object)_gDayID || 307(object)typeName.Name == (object)_gMonthID || 308(object)typeName.Name == (object)_gMonthDayID || 309(object)typeName.Name == (object)_gYearID || 310(object)typeName.Name == (object)_gYearMonthID || 311(object)typeName.Name == (object)_IDID || 312(object)typeName.Name == (object)_IDREFID || 313(object)typeName.Name == (object)_IDREFSID || 314(object)typeName.Name == (object)_integerID || 315(object)typeName.Name == (object)_languageID || 316(object)typeName.Name == (object)_nameID || 317(object)typeName.Name == (object)_NCNameID || 318(object)typeName.Name == (object)_NMTOKENID || 319(object)typeName.Name == (object)_NMTOKENSID || 320(object)typeName.Name == (object)_negativeIntegerID || 321(object)typeName.Name == (object)_nonPositiveIntegerID || 322(object)typeName.Name == (object)_nonNegativeIntegerID || 323(object)typeName.Name == (object)_normalizedStringID || 324(object)typeName.Name == (object)_NOTATIONID || 325(object)typeName.Name == (object)_positiveIntegerID || 326(object)typeName.Name == (object)_tokenID) 328else if ((object)typeName.Name == (object)_intID) 330else if ((object)typeName.Name == (object)_booleanID) 332else if ((object)typeName.Name == (object)_shortID) 334else if ((object)typeName.Name == (object)_longID) 336else if ((object)typeName.Name == (object)_floatID) 338else if ((object)typeName.Name == (object)_doubleID) 340else if ((object)typeName.Name == (object)_decimalID) 342else if ((object)typeName.Name == (object)_dateTimeID) 344else if ((object)typeName.Name == (object)_qnameID) 346else if ((object)typeName.Name == (object)_dateID) 348else if ((object)typeName.Name == (object)_timeID) 350else if ((object)typeName.Name == (object)_hexBinaryID) 352else if ((object)typeName.Name == (object)_base64BinaryID) 354else if ((object)typeName.Name == (object)_unsignedByteID) 356else if ((object)typeName.Name == (object)_byteID) 358else if ((object)typeName.Name == (object)_unsignedShortID) 360else if ((object)typeName.Name == (object)_unsignedIntID) 362else if ((object)typeName.Name == (object)_unsignedLongID) 369if ((object)typeName.Name == (object)_stringID || 370(object)typeName.Name == (object)_anyURIID || 371(object)typeName.Name == (object)_durationID || 372(object)typeName.Name == (object)_ENTITYID || 373(object)typeName.Name == (object)_ENTITIESID || 374(object)typeName.Name == (object)_gDayID || 375(object)typeName.Name == (object)_gMonthID || 376(object)typeName.Name == (object)_gMonthDayID || 377(object)typeName.Name == (object)_gYearID || 378(object)typeName.Name == (object)_gYearMonthID || 379(object)typeName.Name == (object)_IDID || 380(object)typeName.Name == (object)_IDREFID || 381(object)typeName.Name == (object)_IDREFSID || 382(object)typeName.Name == (object)_integerID || 383(object)typeName.Name == (object)_languageID || 384(object)typeName.Name == (object)_nameID || 385(object)typeName.Name == (object)_NCNameID || 386(object)typeName.Name == (object)_NMTOKENID || 387(object)typeName.Name == (object)_NMTOKENSID || 388(object)typeName.Name == (object)_negativeIntegerID || 389(object)typeName.Name == (object)_nonPositiveIntegerID || 390(object)typeName.Name == (object)_nonNegativeIntegerID || 391(object)typeName.Name == (object)_normalizedStringID || 392(object)typeName.Name == (object)_NOTATIONID || 393(object)typeName.Name == (object)_positiveIntegerID || 394(object)typeName.Name == (object)_tokenID) 396else if ((object)typeName.Name == (object)_intID) 398else if ((object)typeName.Name == (object)_booleanID) 400else if ((object)typeName.Name == (object)_shortID) 402else if ((object)typeName.Name == (object)_longID) 404else if ((object)typeName.Name == (object)_floatID) 406else if ((object)typeName.Name == (object)_doubleID) 408else if ((object)typeName.Name == (object)_oldDecimalID) 410else if ((object)typeName.Name == (object)_oldTimeInstantID) 412else if ((object)typeName.Name == (object)_qnameID) 414else if ((object)typeName.Name == (object)_dateID) 416else if ((object)typeName.Name == (object)_timeID) 418else if ((object)typeName.Name == (object)_hexBinaryID) 420else if ((object)typeName.Name == (object)_byteID) 422else if ((object)typeName.Name == (object)_unsignedShortID) 424else if ((object)typeName.Name == (object)_unsignedIntID) 426else if ((object)typeName.Name == (object)_unsignedLongID) 433if ((object)typeName.Name == (object)_charID) 435else if ((object)typeName.Name == (object)_guidID) 549if (!IsPrimitiveNamespace(type.Namespace) || (object)type.Name == (object)_urTypeID) 554if ((object)type.Name == (object)_stringID || 555(object)type.Name == (object)_normalizedStringID) 557else if ((object)type.Name == (object)_anyURIID || 558(object)type.Name == (object)_durationID || 559(object)type.Name == (object)_ENTITYID || 560(object)type.Name == (object)_ENTITIESID || 561(object)type.Name == (object)_gDayID || 562(object)type.Name == (object)_gMonthID || 563(object)type.Name == (object)_gMonthDayID || 564(object)type.Name == (object)_gYearID || 565(object)type.Name == (object)_gYearMonthID || 566(object)type.Name == (object)_IDID || 567(object)type.Name == (object)_IDREFID || 568(object)type.Name == (object)_IDREFSID || 569(object)type.Name == (object)_integerID || 570(object)type.Name == (object)_languageID || 571(object)type.Name == (object)_nameID || 572(object)type.Name == (object)_NCNameID || 573(object)type.Name == (object)_NMTOKENID || 574(object)type.Name == (object)_NMTOKENSID || 575(object)type.Name == (object)_negativeIntegerID || 576(object)type.Name == (object)_nonPositiveIntegerID || 577(object)type.Name == (object)_nonNegativeIntegerID || 578(object)type.Name == (object)_NOTATIONID || 579(object)type.Name == (object)_positiveIntegerID || 580(object)type.Name == (object)_tokenID) 582else if ((object)type.Name == (object)_intID) 584else if ((object)type.Name == (object)_booleanID) 586else if ((object)type.Name == (object)_shortID) 588else if ((object)type.Name == (object)_longID) 590else if ((object)type.Name == (object)_floatID) 592else if ((object)type.Name == (object)_doubleID) 594else if ((object)type.Name == (object)_decimalID) 596else if ((object)type.Name == (object)_dateTimeID) 598else if ((object)type.Name == (object)_qnameID) 600else if ((object)type.Name == (object)_dateID) 602else if ((object)type.Name == (object)_timeID) 604else if ((object)type.Name == (object)_unsignedByteID) 606else if ((object)type.Name == (object)_byteID) 608else if ((object)type.Name == (object)_unsignedShortID) 610else if ((object)type.Name == (object)_unsignedIntID) 612else if ((object)type.Name == (object)_unsignedLongID) 614else if ((object)type.Name == (object)_hexBinaryID) 616else if ((object)type.Name == (object)_base64BinaryID) 618else if ((object)type.Name == (object)_base64ID && ((object)type.Namespace == (object)_soapNsID || (object)type.Namespace == (object)_soap12NsID)) 625if ((object)type.Name == (object)_stringID || 626(object)type.Name == (object)_normalizedStringID) 628else if ((object)type.Name == (object)_anyURIID || 629(object)type.Name == (object)_anyURIID || 630(object)type.Name == (object)_durationID || 631(object)type.Name == (object)_ENTITYID || 632(object)type.Name == (object)_ENTITIESID || 633(object)type.Name == (object)_gDayID || 634(object)type.Name == (object)_gMonthID || 635(object)type.Name == (object)_gMonthDayID || 636(object)type.Name == (object)_gYearID || 637(object)type.Name == (object)_gYearMonthID || 638(object)type.Name == (object)_IDID || 639(object)type.Name == (object)_IDREFID || 640(object)type.Name == (object)_IDREFSID || 641(object)type.Name == (object)_integerID || 642(object)type.Name == (object)_languageID || 643(object)type.Name == (object)_nameID || 644(object)type.Name == (object)_NCNameID || 645(object)type.Name == (object)_NMTOKENID || 646(object)type.Name == (object)_NMTOKENSID || 647(object)type.Name == (object)_negativeIntegerID || 648(object)type.Name == (object)_nonPositiveIntegerID || 649(object)type.Name == (object)_nonNegativeIntegerID || 650(object)type.Name == (object)_NOTATIONID || 651(object)type.Name == (object)_positiveIntegerID || 652(object)type.Name == (object)_tokenID) 654else if ((object)type.Name == (object)_intID) 656else if ((object)type.Name == (object)_booleanID) 658else if ((object)type.Name == (object)_shortID) 660else if ((object)type.Name == (object)_longID) 662else if ((object)type.Name == (object)_floatID) 664else if ((object)type.Name == (object)_doubleID) 666else if ((object)type.Name == (object)_oldDecimalID) 668else if ((object)type.Name == (object)_oldTimeInstantID) 670else if ((object)type.Name == (object)_qnameID) 672else if ((object)type.Name == (object)_dateID) 674else if ((object)type.Name == (object)_timeID) 676else if ((object)type.Name == (object)_unsignedByteID) 678else if ((object)type.Name == (object)_byteID) 680else if ((object)type.Name == (object)_unsignedShortID) 682else if ((object)type.Name == (object)_unsignedIntID) 684else if ((object)type.Name == (object)_unsignedLongID) 691if ((object)type.Name == (object)_charID) 693else if ((object)type.Name == (object)_guidID) 708if (!IsPrimitiveNamespace(type.Namespace) || (object)type.Name == (object)_urTypeID) 715if ((object)type.Name == (object)_stringID || 716(object)type.Name == (object)_anyURIID || 717(object)type.Name == (object)_durationID || 718(object)type.Name == (object)_ENTITYID || 719(object)type.Name == (object)_ENTITIESID || 720(object)type.Name == (object)_gDayID || 721(object)type.Name == (object)_gMonthID || 722(object)type.Name == (object)_gMonthDayID || 723(object)type.Name == (object)_gYearID || 724(object)type.Name == (object)_gYearMonthID || 725(object)type.Name == (object)_IDID || 726(object)type.Name == (object)_IDREFID || 727(object)type.Name == (object)_IDREFSID || 728(object)type.Name == (object)_integerID || 729(object)type.Name == (object)_languageID || 730(object)type.Name == (object)_nameID || 731(object)type.Name == (object)_NCNameID || 732(object)type.Name == (object)_NMTOKENID || 733(object)type.Name == (object)_NMTOKENSID || 734(object)type.Name == (object)_negativeIntegerID || 735(object)type.Name == (object)_nonPositiveIntegerID || 736(object)type.Name == (object)_nonNegativeIntegerID || 737(object)type.Name == (object)_normalizedStringID || 738(object)type.Name == (object)_NOTATIONID || 739(object)type.Name == (object)_positiveIntegerID || 740(object)type.Name == (object)_tokenID) 742else if ((object)type.Name == (object)_intID) 746else if ((object)type.Name == (object)_booleanID) 748else if ((object)type.Name == (object)_shortID) 750else if ((object)type.Name == (object)_longID) 752else if ((object)type.Name == (object)_floatID) 754else if ((object)type.Name == (object)_doubleID) 756else if ((object)type.Name == (object)_decimalID) 758else if ((object)type.Name == (object)_dateTimeID) 760else if ((object)type.Name == (object)_qnameID) 762else if ((object)type.Name == (object)_dateID) 764else if ((object)type.Name == (object)_timeID) 766else if ((object)type.Name == (object)_unsignedByteID) 768else if ((object)type.Name == (object)_byteID) 770else if ((object)type.Name == (object)_unsignedShortID) 772else if ((object)type.Name == (object)_unsignedIntID) 774else if ((object)type.Name == (object)_unsignedLongID) 776else if ((object)type.Name == (object)_hexBinaryID) 778else if ((object)type.Name == (object)_base64BinaryID) 780else if ((object)type.Name == (object)_base64ID && ((object)type.Namespace == (object)_soapNsID || (object)type.Namespace == (object)_soap12NsID)) 787if ((object)type.Name == (object)_charID) 789else if ((object)type.Name == (object)_guidID) 990if (qname.Name != name) throw new InvalidOperationException(string.Format(ResXml.XmlInvalidArrayTypeName, qname.Name, name, CurrentTag())); 1365return new InvalidOperationException(string.Format(ResXml.XmlUnknownType, type.Name, type.Namespace, CurrentTag())); 1775array.SetValue(ReadReferencedElement(qname.Name, qname.Namespace), arrayLength); 1806type = qname.Name;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (8)
430return GetQualifiedName(EscapeName ? XmlConvert.EncodeLocalName(xmlQualifiedName.Name) : xmlQualifiedName.Name, xmlQualifiedName.Namespace); 1098WriteXsiType(xsiType.Name, xsiType.Namespace); 1146WriteXsiType(xsiType.Name, xsiType.Namespace); 1157WriteXsiType(xsiType.Name, xsiType.Namespace); 1205WriteXsiType(xsiType.Name, xsiType.Namespace); 1255typeName = qualName.Name; 1282typeName = qualName.Name;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerNamespaces.cs (1)
49Add(qname.Name, qname.Namespace);
FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs (10)
85_hash = SecureStringHasher.Instance.GetHashCode(Name); 97get { return Name.Length == 0 && Namespace.Length == 0; } 106return Namespace.Length == 0 ? Name : string.Concat(Namespace, ":", Name); 125return (Name == qname.Name && Namespace == qname.Namespace); 142return (a.Name == b.Name && a.Namespace == b.Namespace); 241i = String.CompareOrdinal(a.Name, b.Name);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (6)
790this.Name = dictionary.Add(StableName.Name); 820Name = dictionary.Add(StableName.Name); 856this.StableName = new XmlQualifiedName(GetStableNameAndSetHasDataContract(type).Name, ns.Value); 859Name = dictionary.Add(StableName.Name); 1256ThrowInvalidDataContractException(string.Format(SRSerialization.ValueTypeCannotHaveBaseType, StableName.Name, StableName.Namespace, _baseContract.StableName.Name, _baseContract.StableName.Namespace));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (21)
307throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.TypeCannotBeImported, typeName.Name, typeName.Namespace, string.Format(SRSerialization.CircularTypeReference, classContract.StableName.Name, classContract.StableName.Namespace)))); 423string typeName = XmlConvert.DecodeName(dataContract.StableName.Name); 466string originalName = dataContract.StableName.Name; 551throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.StableName.Name, dataContract.StableName.Namespace))); 560throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.TypeMustBeIXmlSerializable, DataContract.GetClrTypeFullName(type), DataContract.GetClrTypeFullName(Globals.TypeOfIXmlSerializable), dataContract.StableName.Name, dataContract.StableName.Namespace))); 569throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.StableName.Name, dataContract.StableName.Namespace))); 576throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericTypeNameMismatch, dataContract.StableName.Name, dataContract.StableName.Namespace, genericStableName.Name, genericStableName.Namespace))); 585referencedContract.StableName.Name, 621if (collectionContract.ItemName != itemContract.StableName.Name) 629return (collectionContract.StableName.Name == expectedType.Name && collectionContract.StableName.Namespace == expectedType.Namespace); 678dataContract.StableName.Name, 814string dataContractName = GetNameForAttribute(classDataContract.StableName.Name); 1055throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.CannotDeriveFromSealedReferenceType, dataContract.StableName.Name, dataContract.StableName.Namespace, DataContract.GetClrTypeFullName(baseType)))); 1073string dataContractName = GetNameForAttribute(enumDataContract.StableName.Name); 1125string dataContractName = GetNameForAttribute(collectionContract.StableName.Name); 1153string expectedTypeName = Globals.ArrayPrefix + itemContract.StableName.Name; 1225typeNameField.InitExpression = new CodeObjectCreateExpression(Globals.TypeOfXmlQualifiedName, new CodePrimitiveExpression(typeName.Name), new CodePrimitiveExpression(typeName.Namespace)); 1231(xmlDataContract.TopLevelElementName != null && xmlDataContract.TopLevelElementName.Value != xmlDataContract.StableName.Name) ||
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
654this.Name = dictionary.Add(this.StableName.Name); 656_itemName = itemName ?? DataContract.GetStableName(DataContract.UnwrapNullableType(itemType)).Name;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (10)
1263this.Name = dictionary.Add(stableName.Name); 1615name = arrayOfPrefix + elementStableName.Name; 1647string name = Globals.ArrayPrefix + itemName.Name; 1699localName.Append(qname.Name); 2182throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.DupContractInKnownTypes, type, alreadyExistingContract.UnderlyingType, dataContract.StableName.Namespace, dataContract.StableName.Name))); 2201return (StableName.Name == dataContract.StableName.Name && StableName.Namespace == dataContract.StableName.Namespace && IsReference == dataContract.IsReference); 2374return GetStableName(paramIndex).Name; 2461return new XmlQualifiedName(DataContract.EncodeLocalName(DataContract.ExpandGenericParameters(XmlConvert.DecodeName(_stableName.Name), this)), _stableName.Namespace); 2491return _paramGenericInfos[paramIndex].GetExpandedStableName().Name;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (5)
130throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.DupContractInDataContractSet, dataContract.StableName.Name, dataContract.StableName.Namespace))); 134throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.DupTypeContractInDataContractSet, (typeNamesEqual ? dataContract.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContract.UnderlyingType)), (typeNamesEqual ? dataContractInSet.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContractInSet.UnderlyingType)), dataContract.StableName.Name, dataContract.StableName.Namespace))); 300DataContract dataContract = DataContract.GetBuiltInDataContract(key.Name, key.Namespace); 316if (DataContract.GetBuiltInDataContract(key.Name, key.Namespace) != null) 485XmlConvert.DecodeName(stableName.Name),
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (3)
200Name = dictionary.Add(StableName.Name); 231ThrowInvalidDataContractException(string.Format(SRSerialization.InvalidEnumBaseType, value.Name, value.Namespace, StableName.Name, StableName.Namespace));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (4)
169Name = dictionary.Add(StableName.Name); 378writer.WriteAttributeString(Globals.XsiPrefix, "type", null, "a:" + propDataContract.StableName.Name); 422writer.WriteAttributeString(Globals.XsiPrefix, "type", null, "a:" + fieldDataContract.StableName.Name); 548writer.WriteAttributeString(Globals.XsiPrefix, "type", null, "x:" + primitiveContract.StableName.Name);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (2)
23if (stableName.Name == null || stableName.Name.Length == 0)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (81)
112if (typeName != null && typeName.Name.Length > 0) 376typeQName = new XmlQualifiedName(typeQName.Name + i.ToString(NumberFormatInfo.InvariantInfo), typeQName.Namespace); 391DataContract dataContract = DataContract.GetBuiltInDataContract(typeName.Name, typeName.Namespace); 396throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.SpecifiedTypeNotFoundInSchema, typeName.Name, typeName.Namespace))); 422ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.RedefineNotSupported)); 430ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.SimpleTypeUnionNotSupported)); 462ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.SimpleContentNotSupported)); 467ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.MixedContentNotSupported)); 481ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ComplexTypeRestrictionNotSupported)); 488ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, String.Empty); 619if (!s_serializationSchemaElements.ContainsKey(element.RefName.Name)) 639ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.RootParticleMustBeSequence)); 644ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.RootSequenceMustBeRequired)); 646ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.RootSequenceMaxOccursMustBe)); 677ThrowTypeCannotBeImportedException(dataContract.StableName.Name, dataContract.StableName.Namespace, string.Format(SRSerialization.DerivedTypeNotISerializable, baseTypeName.Name, baseTypeName.Namespace)); 693ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.MustContainOnlyLocalElements)); 827ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.IsValueTypeFormattedIncorrectly, isValueTypeInnerText, fe.Message)); 850ThrowISerializableTypeCannotBeImportedException(dataContract.StableName.Name, dataContract.StableName.Namespace, string.Format(SRSerialization.BaseTypeNotISerializable, baseTypeName.Name, baseTypeName.Namespace)); 852ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableDerivedContainsOneOrMoreItems)); 861ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableDoesNotContainAny)); 864ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableDoesNotContainAny)); 866ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableContainsMoreThanOneItems)); 870ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableDoesNotContainAny)); 875ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableWildcardMinOccursMustBe, iSerializableWildcardElement.MinOccurs)); 877ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableWildcardMaxOccursMustBe, iSerializableWildcardElement.MaxOccursString)); 879ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableWildcardNamespaceInvalid, iSerializableWildcardElement.Namespace)); 881ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableWildcardProcessContentsInvalid, iSerializableWildcardElement.ProcessContents)); 901ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableMustRefFactoryTypeAttribute, factoryTypeAttributeRefName.Name, factoryTypeAttributeRefName.Namespace)); 916ThrowTypeCannotBeImportedException(dataContract.StableName.Name, dataContract.StableName.Namespace, string.Format(dataContract.IsISerializable ? SRSerialization.InvalidISerializableDerivation : SRSerialization.InvalidClassDerivation, baseTypeName.Name, baseTypeName.Namespace)); 950ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.AnonymousTypeNotSupported, typeName.Name, typeName.Namespace)); 955ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.TopLevelElementRepresentsDifferentType, topLevelElement.SchemaTypeName.Name, topLevelElement.SchemaTypeName.Namespace)); 965ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ElementMinOccursMustBe, element.Name)); 967ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ElementMaxOccursMustBe, element.Name)); 978ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.FormMustBeQualified, element.Name)); 984memberTypeContract = ImportAnonymousElement(element, new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace)); 986ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ElementRefOnLocalElementNotSupported, element.RefName.Name, element.RefName.Namespace)); 1001throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.InvalidEmitDefaultAnnotation, memberName, typeName.Name, typeName.Namespace))); 1016ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.CannotHaveDuplicateElementNames, memberName)); 1023_dataContractSet.SetSurrogateData(dataMember, ImportSurrogateData(ImportAnnotation(element.Annotation, surrogateDataAnnotationName), surrogateDataAnnotationName.Name, surrogateDataAnnotationName.Namespace)); 1036throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound, SchemaExporter.DefaultValueAnnotation.Name, typeName.Name, typeName.Namespace, Globals.EmitDefaultValueAttribute))); 1049throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound, SchemaExporter.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.ActualTypeNameAttribute))); 1053throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound, SchemaExporter.ActualTypeAnnotationName.Name, typeName.Name, typeName.Namespace, Globals.ActualTypeNamespaceAttribute))); 1076ThrowArrayTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ArrayItemFormMustBe, element.Name)); 1091XmlQualifiedName fullName = new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace); 1096ThrowArrayTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ElementRefOnLocalElementNotSupported, element.RefName.Name, element.RefName.Namespace)); 1112ThrowArrayTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.InvalidKeyValueType, element.Name)); 1116ThrowArrayTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.InvalidKeyValueTypeNamespace, element.Name, keyValueContract.Namespace)); 1129dataContract.ItemContract.StableName = new XmlQualifiedName(genericInfo.GetExpandedStableName().Name, typeName.Namespace); 1163ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.IsDictionaryFormattedIncorrectly, isDictionaryInnerText, fe.Message)); 1173ThrowEnumTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.EnumListMustContainAnonymousType)); 1177ThrowEnumTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.EnumUnionInAnonymousTypeNotSupported)); 1179ThrowEnumTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.EnumListInAnonymousTypeNotSupported)); 1186ThrowEnumTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.EnumRestrictionInvalid)); 1209ThrowEnumTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.EnumOnlyEnumerationFacetsSupported)); 1211ThrowEnumTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.EnumEnumerationFacetsMustHaveValue)); 1233ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.SimpleTypeRestrictionDoesNotSpecifyBase)); 1253if (typeElement != null && typeElement.NamespaceURI == surrogateDataAnnotationName.Namespace && typeElement.LocalName == surrogateDataAnnotationName.Name) 1255object surrogateData = ImportSurrogateData(typeElement, surrogateDataAnnotationName.Name, surrogateDataAnnotationName.Namespace); 1356ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.AbstractTypeNotSupported)); 1358ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.MixedContentNotSupported)); 1364ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.AbstractElementNotSupported, element.Name)); 1366ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.DefaultOnElementNotSupported, element.Name)); 1368ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.FixedOnElementNotSupported, element.Name)); 1370ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.SubstitutionGroupOnElementNotSupported, element.Name)); 1376ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.AnyAttributeNotSupported)); 1395ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.TypeShouldNotContainAttributes, Globals.SerializationNamespace)); 1407ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.CannotHaveDuplicateAttributeNames, refName.Name)); 1425ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.NamespaceURI, child.LocalName, child.NamespaceURI)); 1444if (annotationElement != null && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (2)
246this.Name = dictionary.Add(StableName.Name); 376this.TopLevelElementName = dictionary.Add(elementName.Name);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
95_ilg.BeginMethod("Read" + classContract.StableName.Name + "FromXml", Globals.TypeOfXmlFormatClassReaderDelegate, memberAccessFlag); 169_ilg.BeginMethod("Read" + collectionContract.StableName.Name + "FromXml" + "IsGetOnly", Globals.TypeOfXmlFormatGetOnlyCollectionReaderDelegate, memberAccessFlag); 173_ilg.BeginMethod("Read" + collectionContract.StableName.Name + "FromXml" + string.Empty, Globals.TypeOfXmlFormatCollectionReaderDelegate, memberAccessFlag);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
86_ilg.BeginMethod("Write" + classContract.StableName.Name + "ToXml", Globals.TypeOfXmlFormatClassWriterDelegate, memberAccessFlag); 110_ilg.BeginMethod("Write" + collectionContract.StableName.Name + "ToXml", Globals.TypeOfXmlFormatCollectionWriterDelegate, memberAccessFlag);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (2)
236DataContract knownContract = ResolveDataContractFromKnownTypes(dataContract.StableName.Name, dataContract.StableName.Namespace, null /*memberTypeContract*/ /*, declaredType */); 248DataContract dataContract = PrimitiveDataContract.GetPrimitiveDataContract(typeName.Name, typeName.Namespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
270DataContract knownContract = ResolveDataContractFromKnownTypes(dataContract.StableName.Name, dataContract.StableName.Namespace, null /*memberTypeContract*/); 273throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.DcTypeNotFoundOnSerialize, DataContract.GetClrTypeFullName(dataContract.UnderlyingType), dataContract.StableName.Name, dataContract.StableName.Namespace)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
641WriteQualifiedName(value.Name, value.Namespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractImporter.cs (4)
184DataContract dataContract = DataContract.GetBuiltInDataContract(typeName.Name, typeName.Namespace); 189throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.TypeHasNotBeenImported, typeName.Name, typeName.Namespace))); 199DataContract dataContract = DataContract.GetBuiltInDataContract(typeName.Name, typeName.Namespace); 204throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.TypeHasNotBeenImported, typeName.Name, typeName.Namespace)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (1)
113return new UnrecognizedAssertionsBindingElement(new XmlQualifiedName(_wsdlBinding.Name, _wsdlBinding.Namespace), null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (12)
592faultDescription.ElementName = new XmlName(detailElementQname.Name, true /*isEncoded*/); 686description.Body.WrapperName = new XmlName(part.Element.Name, true /*isEncoded*/).EncodedName; 691return CheckAndAddPart(element.ElementSchemaType.QualifiedName, DataContractSerializerMessageContractImporter.StreamBodyTypeName, element.RefName.Name, GetLocalElementNamespace(element.RefName.Namespace, element, elementFormDefault), typeof(Stream), description, isReply); 725messageDescription.Body.WrapperName = new XmlName(elementName.Name, true /*isEncoded*/).EncodedName; 803throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxSchemaDoesNotContainElement, elementName.Name, elementName.Namespace))); 832throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxSchemaDoesNotContainType, typeName.Name, typeName.Namespace))); 852prefixesUsed.Add(pair.Name, null); 854if (!prefixesUsed.ContainsKey(pair.Name)) 855xsdNamespaces.Add(pair.Name, pair.Namespace); 1120if (header != null && header.Message.Name == messageName) 1150if (header != null && header.Message.Name == messageName) 2023XmlName memberName = new XmlName(elementName.Name, true /*isEncoded*/);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (3)
461if (!_processOuterElement || (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id3_MetadataSet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))) 523if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id4_MetadataSection && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 619if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id14_MetadataLocation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (3)
184return s_xsdValueTypePrimitives.Contains(typeName.Name); 186return s_dataContractPrimitives.Contains(typeName.Name); 188return s_dataContractPrimitives.Contains(typeName.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpointCollection.cs (5)
43if (endpoint != null && endpoint.Contract.Name == contractName.Name && endpoint.Contract.Namespace == contractName.Namespace) 66endpoint.Binding.Name == bindingName.Name && 89if (endpoint != null && endpoint.Contract.Name == contractName.Name && 91endpoint.Binding.Name == bindingName.Name && 150if (endpoint != null && endpoint.Contract.Name == contractName.Name && endpoint.Contract.Namespace == contractName.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
131actionBuilder.Append(contractName.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
184ContractDescription contract = new ContractDescription(contractName.Name, contractName.Namespace); 199ContractDescription contract = new ContractDescription(contractName.Name, contractName.Namespace); 743ContractDescription contractDescription = new ContractDescription(contractName.Name, contractName.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs (1)
152if (wsdlBinding.Type.Name == WsdlPortType.Name && wsdlBinding.Type.Namespace == WsdlPortType.ServiceDescription.TargetNamespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (7)
260wsdlPortType.Name = wsdlPortTypeQName.Name; 321wsdlBinding.Name = wsdlBindingQName.Name; 338wsdlBinding = bindingWsdl.Bindings[wsdlBindingQName.Name]; 508WsdlNS.Service wsdlService = wsdl.Services[wsdlServiceQName.Name]; 513wsdlService.Name = wsdlServiceQName.Name; 1007if (prefixDef.Name == prefix) 1023foundPrefix = prefixDef.Name;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (9)
537contractDescription = new ContractDescription(contractQName.Name, contractQName.Namespace); 559binding.Name = NamingHelper.CodeName(bindingQName.Name); 774string errorMsg = string.Format(SRServiceModel.RequiredWSDLExtensionIgnored, qName.Name, qName.Namespace); 781string errorMsg = string.Format(SRServiceModel.OptionalWSDLExtensionIgnored, qName.Name, qName.Namespace, xPath); 1466bindingName.Value = wsdlBindingQName.Name; 1505if (wsdlBinding.Type.Name == wsdlPortType.Name 1516if (wsdlBinding.Type.Name == qName.Name 1526if (wsdlPort.Binding.Name == binding.Name && wsdlPort.Binding.Namespace == binding.ServiceDescription.TargetNamespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
34Initialize(type, qualifiedName.Name, qualifiedName.Namespace, xmlSerializer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
173if (!result.IsHeaderIncluded(headerType.Name, headerType.Namespace))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessagePartSpecification.cs (4)
134if (qname.Name == qname1.Name && qname.Namespace == qname1.Namespace) 202if (String.IsNullOrEmpty(qname.Name)) 211if (qname.Name == name && qname.Namespace == ns)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
167if (!target._channelParts.IsHeaderIncluded(headerType.Name, headerType.Namespace))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
390result.SetAttribute(NameName, header.Name);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (5)
109return new Exception(string.Format(ResWebServices.WebDescriptionMissingItem, type, name.Name, name.Namespace)); 122message = sd.Messages[name.Name]; 139portType = sd.PortTypes[name.Name]; 156service = sd.Services[name.Name]; 173binding = sd.Bindings[name.Name];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (88)
5212if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id3_ServiceDescription && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 5324if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id14_Service && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 5406if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id16_Port && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 5500if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id21_Soap12AddressBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 5561if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id24_SoapAddressBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 5622if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id25_HttpAddressBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item)) 5683if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id26_Binding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 5782if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id29_OperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 5886if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id33_FaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 5971if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id34_Soap12FaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 6057if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id38_SoapFaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 6143if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id39_OutputBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 6252if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id48_Soap12HeaderBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 6341if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id51_SoapHeaderFaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 6422if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id52_Soap12BodyBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 6498if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id54_SoapHeaderBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 6587if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id51_SoapHeaderFaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 6668if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id55_SoapBodyBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 6744if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id56_MimeTextBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id45_Item)) 6808if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id58_MimeTextMatch && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id45_Item)) 6902if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id64_MimeMultipartRelatedBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item)) 6966if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id65_MimePart && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item)) 7046if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id66_MimeXmlBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item)) 7107if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id67_MimeContentBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item)) 7173if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id68_InputBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 7290if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id71_HttpUrlReplacementBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item)) 7346if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id72_HttpUrlEncodedBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item)) 7402if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id73_Soap12OperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 7483if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id77_SoapOperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 7559if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id78_HttpOperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item)) 7620if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id79_Soap12Binding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item)) 7686if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id81_SoapBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item)) 7752if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id82_HttpBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item)) 7813if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id84_PortType && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 7895if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id85_Operation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 7991if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id87_OperationFault && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 8073if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id88_OperationOutput && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 8155if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id89_OperationInput && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 8237if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id90_Message && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 8319if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id91_MessagePart && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 8406if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id93_Types && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item)) 8483if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id96_XmlSchema && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 8631if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id111_XmlSchemaAttributeGroup && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 8727if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id113_XmlSchemaAnyAttribute && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 8814if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id115_XmlSchemaAnnotation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 8895if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id117_XmlSchemaAppInfo && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 8968if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id119_XmlSchemaDocumentation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9057if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id122_XmlSchemaAttributeGroupRef && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9139if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id124_XmlSchemaAttribute && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9256if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id128_XmlSchemaSimpleType && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9358if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id133_XmlSchemaSimpleTypeUnion && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9454if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id135_XmlSchemaSimpleTypeRestriction && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9590if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id148_XmlSchemaMinLengthFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9677if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id150_XmlSchemaMinExclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9764if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id151_XmlSchemaWhiteSpaceFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9851if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id152_XmlSchemaMaxExclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 9938if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id153_XmlSchemaMaxInclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10025if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id154_XmlSchemaEnumerationFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10112if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id155_XmlSchemaPatternFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10199if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id156_XmlSchemaTotalDigitsFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10286if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id157_XmlSchemaLengthFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10373if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id158_XmlSchemaMaxLengthFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10460if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id159_XmlSchemaMinInclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10547if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id160_XmlSchemaFractionDigitsFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10634if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id161_XmlSchemaSimpleTypeList && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10769if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id163_XmlSchemaElement && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 10934if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id173_XmlSchemaKeyref && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11031if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id177_XmlSchemaXPath && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11113if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id179_XmlSchemaUnique && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11205if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id180_XmlSchemaKey && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11297if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id181_XmlSchemaComplexType && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11443if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id188_XmlSchemaAll && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11535if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id189_XmlSchemaChoice && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11643if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id191_XmlSchemaGroupRef && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11735if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id192_XmlSchemaSequence && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11843if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id193_XmlSchemaAny && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 11940if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id194_XmlSchemaSimpleContent && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12027if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id196_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12123if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id197_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12273if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id198_XmlSchemaComplexContent && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12365if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id199_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12481if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id200_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12597if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id201_XmlSchemaGroup && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12694if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id202_XmlSchemaNotation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12786if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id205_XmlSchemaRedefine && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12884if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id207_XmlSchemaImport && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 12971if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id208_XmlSchemaInclude && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item)) 13053if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id209_Import && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
329if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id1_webReferenceOptions && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
Metadata\ServiceDescriptor.cs (1)
190(port.Binding.Name == ep.Binding.Name) &&