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