Base:
169 references to ToString
dotnet-svcutil-lib (169)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
6856_curNode.SetNamedNode(XmlNodeType.DocumentType, _dtdInfo.Name.ToString(), string.Empty, null);
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
162SendValidationEvent(code, qname.ToString(), item);
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
227return ((XmlQualifiedName)de.Key).ToString();
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
646typeName = simpleType.QualifiedName.ToString();
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (4)
788SendValidationEvent(XmlSeverityType.Error, ResXml.Sch_IdAttrDeclared, elementDecl.Name.ToString()); 801SendValidationEvent(_curPos - 8, XmlSeverityType.Error, ResXml.Sch_DupNotationAttribute, elementDecl.Name.ToString()); // 8 == strlen("NOTATION") 809SendValidationEvent(_curPos - 8, XmlSeverityType.Error, ResXml.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.ToString());// 8 == strlen("NOTATION") 1199SendValidationEvent(XmlSeverityType.Error, ResXml.Sch_DupElement, name.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (5)
98SendValidationEvent(ResXml.Xml_NoDTDPresent, _name.ToString(), XmlSeverityType.Warning); 390SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 402SendValidationEvent(ResXml.Sch_AttributeValueDataType, attdef.Name.ToString()); 556XmlSchemaException e = new XmlSchemaException(ResXml.Sch_AttributeDefaultDataType, attdef.Name.ToString()); 621XmlSchemaException e = new XmlSchemaException(ResXml.Sch_AttributeDefaultDataType, attdef.Name.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
1522string strValue = value.ToString();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
891SendValidationEvent(ResXml.Sch_ComponentRedefineNotFound, "<group>", group.QualifiedName.ToString(), group); 917SendValidationEvent(ResXml.Sch_ComponentRedefineNotFound, "<attributeGroup>", attributeGroup.QualifiedName.ToString(), attributeGroup); 943SendValidationEvent(ResXml.Sch_ComponentRedefineNotFound, "<complexType>", complexType.QualifiedName.ToString(), complexType); 973SendValidationEvent(ResXml.Sch_ComponentRedefineNotFound, "<simpleType>", simpleType.QualifiedName.ToString(), simpleType); 1484SendValidationEvent(ResXml.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (35)
483SendValidationEvent(ResXml.Sch_InvalidSubstitutionMember, (element.QualifiedName).ToString(), (examplar.QualifiedName).ToString(), element); 547throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, list.ItemTypeName.ToString(), simpleType); 573throw new XmlSchemaException(ResXml.Sch_InvalidSimpleTypeRestriction, restriction.BaseTypeName.ToString(), simpleType); 587throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, restriction.BaseTypeName.ToString(), simpleType); 652throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, mainMemberTypes[i].ToString(), simpleType); 807SendValidationEvent(ResXml.Sch_UndeclaredType, simpleExtension.BaseTypeName.ToString(), complexType); 846SendValidationEvent(ResXml.Sch_UndefBaseRestriction, simpleRestriction.BaseTypeName.ToString(), simpleRestriction); 929SendValidationEvent(ResXml.Sch_UndefBaseExtension, complexExtension.BaseTypeName.ToString(), complexExtension); 995SendValidationEvent(ResXml.Sch_UndefBaseRestriction, complexRestriction.BaseTypeName.ToString(), complexRestriction); 1138SendValidationEvent(ResXml.Sch_UndefGroupRef, groupRef.RefName.ToString(), groupRef); 1744SendValidationEvent(ResXml.Sch_DupAttributeUse, attribute.QualifiedName.ToString(), attribute); 1770SendValidationEvent(ResXml.Sch_DupAttributeUse, attributeValue.QualifiedName.ToString(), attributeValue); 1777SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.ToString(), attributeGroupRef); 1806SendValidationEvent(ResXml.Sch_DupAttributeUse, attribute.QualifiedName.ToString(), attribute); 1811SendValidationEvent(ResXml.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute, XmlSeverityType.Warning); 1832SendValidationEvent(ResXml.Sch_DupAttributeUse, attributeValue.QualifiedName.ToString(), attributeGroupRef); 1837SendValidationEvent(ResXml.Sch_AttributeIgnored, attributeValue.QualifiedName.ToString(), attributeValue, XmlSeverityType.Warning); 1844SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.ToString(), attributeGroupRef); 2070throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, xa.RefName.ToString(), xa); 2075throw new XmlSchemaException(ResXml.Sch_RefInvalidAttribute, xa.RefName.ToString(), xa); 2084throw new XmlSchemaException(ResXml.Sch_FixedDefaultInRef, xa.RefName.ToString(), xa); 2090throw new XmlSchemaException(ResXml.Sch_FixedInRef, xa.RefName.ToString(), xa); 2133throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, xa.SchemaTypeName.ToString(), xa); 2222throw new XmlSchemaException(ResXml.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2227throw new XmlSchemaException(ResXml.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2232throw new XmlSchemaException(ResXml.Sch_RefInvalidCardin, xi.QualifiedName.ToString(), xi); 2237throw new XmlSchemaException(ResXml.Sch_ReftoKeyref, xi.QualifiedName.ToString(), xi); 2278throw new XmlSchemaException(ResXml.Sch_UndeclaredElement, xe.RefName.ToString(), xe); 2283throw new XmlSchemaException(ResXml.Sch_RefInvalidElement, xe.RefName.ToString(), xe); 2299throw new XmlSchemaException(ResXml.Sch_UndeclaredType, xe.SchemaTypeName.ToString(), xe); 2459SendValidationEvent(ResXml.Sch_DupElement, localElement.QualifiedName.ToString(), localElement); 2483SendValidationEvent(ResXml.Sch_NonDeterministic, ((XmlSchemaElement)e.Particle1).QualifiedName.ToString(), (XmlSchemaElement)e.Particle2); 2487SendValidationEvent(ResXml.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle2).NamespaceList.ToString(), ((XmlSchemaElement)e.Particle1).QualifiedName.ToString(), (XmlSchemaAny)e.Particle2); 2494SendValidationEvent(ResXml.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle1).NamespaceList.ToString(), ((XmlSchemaElement)e.Particle2).QualifiedName.ToString(), (XmlSchemaAny)e.Particle1);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1129SendValidationEvent(ResXml.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
243throw new XmlSchemaException(ResXml.Sch_MissRequiredAttribute, attdef.Name.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (4)
212throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, qname.ToString()); 216throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, qname.ToString()); 313throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, qname.ToString()); 317throw new XmlSchemaException(ResXml.Sch_ProhibitedAttribute, qname.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (42)
448SendValidationEvent(ResXml.Sch_InvalidSubstitutionMember, (element.QualifiedName).ToString(), (headElement.QualifiedName).ToString(), element); 628throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, list.ItemTypeName.ToString(), list); 657throw new XmlSchemaException(ResXml.Sch_InvalidSimpleTypeRestriction, restriction.BaseTypeName.ToString(), simpleType); 672throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, restriction.BaseTypeName.ToString(), restriction); 737throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, mainMemberTypes[i].ToString(), mainUnion); 885SendValidationEvent(ResXml.Sch_UndeclaredType, simpleExtension.BaseTypeName.ToString(), simpleExtension); 924SendValidationEvent(ResXml.Sch_UndefBaseRestriction, simpleRestriction.BaseTypeName.ToString(), simpleRestriction); 1007SendValidationEvent(ResXml.Sch_UndefBaseExtension, complexExtension.BaseTypeName.ToString(), complexExtension); 1073SendValidationEvent(ResXml.Sch_UndefBaseRestriction, complexRestriction.BaseTypeName.ToString(), complexRestriction); 1264SendValidationEvent(ResXml.Sch_UndefGroupRef, groupRef.RefName.ToString(), groupRef); 1669_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromAnyRule1, derivedElement.QualifiedName.ToString()); 1674_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromAnyRule2, derivedElement.QualifiedName.ToString()); 1781_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromGroupBase1, derivedElement.QualifiedName.ToString(), derivedElement.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedElement.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1793_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromGroupBase2, derivedElement.QualifiedName.ToString(), derivedElement.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedElement.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1805_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromGroupBase3, derivedElement.QualifiedName.ToString(), derivedElement.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedElement.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 2083SendValidationEvent(ResXml.Sch_DupAttributeUse, attr.QualifiedName.ToString(), attr); 2109SendValidationEvent(ResXml.Sch_DupAttributeUse, attribute.QualifiedName.ToString(), attribute); 2116SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.ToString(), attributeGroupRef); 2149SendValidationEvent(ResXml.Sch_DupAttributeUse, attr.QualifiedName.ToString(), attr); 2154SendValidationEvent(ResXml.Sch_AttributeIgnored, attr.QualifiedName.ToString(), attr, XmlSeverityType.Warning); 2175SendValidationEvent(ResXml.Sch_DupAttributeUse, attribute.QualifiedName.ToString(), attributeGroupRef); 2180SendValidationEvent(ResXml.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute, XmlSeverityType.Warning); 2187SendValidationEvent(ResXml.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.ToString(), attributeGroupRef); 2338SendValidationEvent(ResXml.Sch_NoDerivedAttribute, attributeBase.QualifiedName.ToString(), baseAttributeGroup.QualifiedName.ToString(), derivedAttributeGroup); 2488throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, xa.RefName.ToString(), xa); 2493throw new XmlSchemaException(ResXml.Sch_RefInvalidAttribute, xa.RefName.ToString(), xa); 2508throw new XmlSchemaException(ResXml.Sch_FixedDefaultInRef, xa.RefName.ToString(), xa); 2515throw new XmlSchemaException(ResXml.Sch_FixedInRef, xa.RefName.ToString(), xa); 2543throw new XmlSchemaException(ResXml.Sch_UndeclaredSimpleType, xa.SchemaTypeName.ToString(), xa); 2653throw new XmlSchemaException(ResXml.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2658throw new XmlSchemaException(ResXml.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.ToString(), xi); 2663throw new XmlSchemaException(ResXml.Sch_RefInvalidCardin, xi.QualifiedName.ToString(), xi); 2668throw new XmlSchemaException(ResXml.Sch_ReftoKeyref, xi.QualifiedName.ToString(), xi); 2709throw new XmlSchemaException(ResXml.Sch_UndeclaredElement, xe.RefName.ToString(), xe); 2714throw new XmlSchemaException(ResXml.Sch_RefInvalidElement, xe.RefName.ToString(), xe); 2730throw new XmlSchemaException(ResXml.Sch_UndeclaredType, xe.SchemaTypeName.ToString(), xe); 2902SendValidationEvent(ResXml.Sch_DupElement, localElement.QualifiedName.ToString(), localElement); 2926SendValidationEvent(ResXml.Sch_NonDeterministic, ((XmlSchemaElement)e.Particle1).QualifiedName.ToString(), (XmlSchemaElement)e.Particle2); 2930SendValidationEvent(ResXml.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle2).ResolvedNamespace, ((XmlSchemaElement)e.Particle1).QualifiedName.ToString(), (XmlSchemaAny)e.Particle2); 2937SendValidationEvent(ResXml.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle1).ResolvedNamespace, ((XmlSchemaElement)e.Particle2).QualifiedName.ToString(), (XmlSchemaElement)e.Particle2);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
531SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 543SendValidationEvent(ResXml.Sch_AttributeValueDataType, attdef.Name.ToString()); 624XmlSchemaException e = new XmlSchemaException(ResXml.Sch_AttributeDefaultDataType, attdef.Name.ToString(), baseUri, lineNo, linePos);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
352return _qualifiedName.ToString();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1587SendValidationEvent(new XmlSchemaException(code, qname.ToString()), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (32)
557SendValidationEvent(ResXml.Sch_DuplicateAttribute, attQName.ToString()); 585SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 589SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); 601SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 613SendValidationEvent(ResXml.Sch_ProhibitedAttribute, attQName.ToString()); 619SendValidationEvent(ResXml.Sch_ProhibitedAttribute, attQName.ToString()); 624SendValidationEvent(ResXml.Sch_SchemaAttributeNameMismatch, new string[] { attQName.ToString(), ((XmlSchemaAttribute)pvtAttribute).QualifiedName.ToString() }); 691SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); 711SendValidationEvent(ResXml.Sch_NotXsiAttribute, attQName.ToString()); 1074SendValidationEvent(ResXml.Sch_DefaultAttributeNotApplied, new string[2] { attdef.Name.ToString(), QNameString(_context.LocalName, _context.Namespace) }); 1365SendValidationEvent(ResXml.Sch_AllElement, elementName.ToString()); 1427SendValidationEvent(ResXml.Sch_SubstitutionNotAllowed, new string[] { member.ToString(), head.ToString() }); 1432SendValidationEvent(ResXml.Sch_SubstitutionBlocked, new string[] { member.ToString(), head.ToString() }); 1528string typeName = decl.SchemaType.QualifiedName.ToString(); 1636SendValidationEvent(ResXml.Sch_SchemaElementNameMismatch, elementName.ToString(), element.QualifiedName.ToString()); 1723SendValidationEvent(ResXml.Sch_XsiTypeNotFound, xsiTypeName.ToString(), severity); 1731SendValidationEvent(ResXml.Sch_XsiTypeAbstract, xsiTypeName.ToString(), severity); 1736SendValidationEvent(ResXml.Sch_XsiTypeBlockedEx, new string[] { xsiTypeName.ToString(), QNameString(_context.LocalName, _context.Namespace) }); 1853SendValidationEvent(ResXml.Sch_FixedElementValue, elementDecl.Name.ToString()); 1976SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 1986SendValidationEvent(ResXml.Sch_AttributeValueDataTypeDetailed, new string[] { attdef.Name.ToString(), stringValue, GetTypeName(decl), exception.Message }, exception); 2138SendValidationEvent(ResXml.Sch_MissRequiredAttribute, attdef.Name.ToString()); 2410SendValidationEvent(new XmlSchemaValidationException(ResXml.Sch_MissingKey, constraints[i].constraint.name.ToString(), _sourceUriString, ks.PosLine, ks.PosCol)); 2419new string[2] { ks.ToString(), constraints[i].constraint.name.ToString() }, 2435new string[2] { ks.ToString(), constraints[i].constraint.name.ToString() }, 2479SendValidationEvent(new XmlSchemaValidationException(ResXml.Sch_UnresolvedKeyref, new string[2] { ks.ToString(), vcs[i].constraint.name.ToString() }, 2573SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_InvalidElementInEmptyEx, new string[] { QNameString(context.LocalName, context.Namespace), name.ToString() }, sourceUri, lineNo, linePos), XmlSeverityType.Error); 2577SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_InvalidElementInTextOnlyEx, new string[] { QNameString(context.LocalName, context.Namespace), name.ToString() }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
855throw new InvalidCastException(string.Format(ResXml.XmlConvert_TypeNoPrefix, qname.ToString(), qname.Namespace));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
722SendValidationEvent(ResXml.Sch_UnsupportedElement, qname.ToString()); 773SendValidationEvent(ResXml.Sch_UnsupportedAttribute, qname.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (12)
198SendValidationEvent(ResXml.Sch_ContentInNill, elementName.ToString()); 207SendValidationEvent(ResXml.Sch_AllElement, elementName.ToString()); 418SendValidationEvent(ResXml.Sch_XsiTypeNotFound, xsiType.ToString()); 423SendValidationEvent(ResXml.Sch_XsiTypeBlockedEx, new string[] { xsiType.ToString(), XmlSchemaValidator.QNameString(context.LocalName, context.Namespace) }); 523SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 527SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); 742SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 759SendValidationEvent(ResXml.Sch_AttributeValueDataType, attdef.Name.ToString()); 1093SendValidationEvent(new XmlSchemaException(ResXml.Sch_MissingKey, constraints[i].constraint.name.ToString(), reader.BaseURI, ks.PosLine, ks.PosCol)); 1101new string[2] { ks.ToString(), constraints[i].constraint.name.ToString() }, 1118new string[2] { ks.ToString(), constraints[i].constraint.name.ToString() }, 1160SendValidationEvent(new XmlSchemaException(ResXml.Sch_UnresolvedKeyref, new string[2] { ks.ToString(), vcs[i].constraint.name.ToString() },
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
152string key = item.GetType().Name + ":" + qname.ToString();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
116return new XmlQualifiedName(XmlConvert.EncodeLocalName(name.Substring(colon + 1)), XmlConvert.EncodeLocalName(name.Substring(0, colon))).ToString();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
179WriteAttribute(localName, ns, value.ToString()); 609_w.Append(q.ToString());
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
207throw new InvalidOperationException(string.Format(ResXml.XmlInvalidXsdDataType, dataType, "SoapElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).ToString()));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
721throw new InvalidOperationException(string.Format(ResXml.XmlMissingDataType, name.ToString()));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
402throw new InvalidOperationException(string.Format(ResXml.XmlInvalidXsdDataType, dataType, "XmlElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).ToString()));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
2030throw new InvalidOperationException(string.Format(ResXml.XmlInvalidEncoding, name.ToString())); 2034throw new InvalidOperationException(string.Format(ResXml.XmlMissingDataType, name.ToString())); 2057throw new InvalidOperationException(string.Format(ResXml.XmlMissingElement, name.ToString()));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
630item = string.Format(ResXml.XmlSchemaElementReference, e.RefName.ToString(), parentName.Name, parentName.Namespace); 652return string.Format(ResXml.XmlSchemaAttributeReference, a.RefName.ToString(), parentName.Name, parentName.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (1)
98return element.SchemaTypeName.ToString();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
1202string contractIdentifier = new XmlQualifiedName(contract.Name, contract.Namespace).ToString();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (1)
185throw new ArgumentException(string.Format(ResWebServices.WebDescriptionMissing, name.ToString(), name.Namespace), "name");