Base:
1 override of ToString
System.Private.Xml (1)
System\Xml\Xsl\XmlQualifiedNameTest.cs (1)
117
public override string
ToString
()
183 references to ToString
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
537
throw new ArgumentException(SR.Format(SR.NotHighlightAnnotationType, attachedAnnotation.Annotation.AnnotationType.
ToString
()), "attachedAnnotation");
System.Data.Common (11)
System\Data\DataTable.cs (1)
361
info.AddValue("DataTable.TypeName", TypeName.
ToString
());
System\Data\SimpleType.cs (1)
69
_baseType = content.BaseTypeName.
ToString
();
System\Data\XMLSchema.cs (9)
222
_udSimpleTypes[type.QualifiedName.
ToString
()] = xmlSimpleType;
223
DataColumn? dc = (DataColumn?)_existingSimpleTypeMap![type.QualifiedName.
ToString
()];
1076
HandleSimpleContentColumn(ccExtension.BaseTypeName.
ToString
(), table, isBase, ct.ContentModel.UnhandledAttributes, isNillable);
1971
strType = typeNode.QualifiedName.
ToString
(); // use qualified name
1972
type = ParseDataType(typeNode.QualifiedName.
ToString
());
2217
type = ParseDataType(attr.SchemaTypeName.
ToString
());
2229
strType = node.QualifiedName.
ToString
(); // use qualified name
2230
type = ParseDataType(node.QualifiedName.
ToString
()); // search with QName
2393
strType = ((XmlSchemaSimpleType)typeNode).QualifiedName.
ToString
(); // use qualified name
System.Private.Xml (171)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6737
_curNode.SetNamedNode(XmlNodeType.DocumentType, _dtdInfo.Name.
ToString
(), string.Empty, null);
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
4478
_curNode.SetNamedNode(XmlNodeType.DocumentType, _dtdInfo.Name.
ToString
(), string.Empty, null);
System\Xml\Schema\BaseProcessor.cs (1)
148
SendValidationEvent(code, qname.
ToString
(), item);
System\Xml\Schema\ContentValidator.cs (1)
207
return name.Key.
ToString
();
System\Xml\Schema\DataTypeImplementation.cs (1)
632
typeName = simpleType.QualifiedName.
ToString
();
System\Xml\Schema\DtdParser.cs (4)
776
SendValidationEvent(XmlSeverityType.Error, SR.Sch_IdAttrDeclared, elementDecl.Name.
ToString
());
789
SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_DupNotationAttribute, elementDecl.Name.
ToString
()); // 8 == strlen("NOTATION")
797
SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.
ToString
()); // 8 == strlen("NOTATION")
1187
SendValidationEvent(XmlSeverityType.Error, SR.Sch_DupElement, name.
ToString
());
System\Xml\Schema\DtdParserAsync.cs (4)
420
SendValidationEvent(XmlSeverityType.Error, SR.Sch_IdAttrDeclared, elementDecl.Name.
ToString
());
433
SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_DupNotationAttribute, elementDecl.Name.
ToString
()); // 8 == strlen("NOTATION")
441
SendValidationEvent(_curPos - 8, XmlSeverityType.Error, SR.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.
ToString
()); // 8 == strlen("NOTATION")
818
SendValidationEvent(XmlSeverityType.Error, SR.Sch_DupElement, name.
ToString
());
System\Xml\Schema\DtdValidator.cs (5)
101
SendValidationEvent(SR.Xml_NoDTDPresent, _name.
ToString
(), XmlSeverityType.Warning);
393
SendValidationEvent(SR.Sch_FixedAttributeValue, attdef!.Name.
ToString
());
405
SendValidationEvent(SR.Sch_AttributeValueDataType, attdef.Name.
ToString
());
554
XmlSchemaException e = new XmlSchemaException(SR.Sch_AttributeDefaultDataType, attdef.Name.
ToString
());
615
XmlSchemaException e = new XmlSchemaException(SR.Sch_AttributeDefaultDataType, attdef.Name.
ToString
());
System\Xml\Schema\FacetChecker.cs (1)
1503
string strValue = value.
ToString
();
System\Xml\Schema\Preprocessor.cs (5)
858
SendValidationEvent(SR.Sch_ComponentRedefineNotFound, "<group>", group.QualifiedName.
ToString
(), group);
883
SendValidationEvent(SR.Sch_ComponentRedefineNotFound, "<attributeGroup>", attributeGroup.QualifiedName.
ToString
(), attributeGroup);
908
SendValidationEvent(SR.Sch_ComponentRedefineNotFound, "<complexType>", complexType.QualifiedName.
ToString
(), complexType);
937
SendValidationEvent(SR.Sch_ComponentRedefineNotFound, "<simpleType>", simpleType.QualifiedName.
ToString
(), simpleType);
1451
SendValidationEvent(SR.Sch_DupIdentityConstraint, constraint.QualifiedName.
ToString
(), constraint);
System\Xml\Schema\SchemaCollectionCompiler.cs (35)
496
SendValidationEvent(SR.Sch_InvalidSubstitutionMember, (element.QualifiedName).
ToString
(), (examplar.QualifiedName).
ToString
(), element);
556
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, list.ItemTypeName.
ToString
(), simpleType);
581
throw new XmlSchemaException(SR.Sch_InvalidSimpleTypeRestriction, restriction.BaseTypeName.
ToString
(), simpleType);
595
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, restriction.BaseTypeName.
ToString
(), simpleType);
661
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, mainMemberTypes[i].
ToString
(), simpleType);
816
SendValidationEvent(SR.Sch_UndeclaredType, simpleExtension.BaseTypeName.
ToString
(), complexType);
855
SendValidationEvent(SR.Sch_UndefBaseRestriction, simpleRestriction.BaseTypeName.
ToString
(), simpleRestriction);
938
SendValidationEvent(SR.Sch_UndefBaseExtension, complexExtension.BaseTypeName.
ToString
(), complexExtension);
1004
SendValidationEvent(SR.Sch_UndefBaseRestriction, complexRestriction.BaseTypeName.
ToString
(), complexRestriction);
1136
SendValidationEvent(SR.Sch_UndefGroupRef, groupRef.RefName.
ToString
(), groupRef);
1742
SendValidationEvent(SR.Sch_DupAttributeUse, attribute.QualifiedName.
ToString
(), attribute);
1768
SendValidationEvent(SR.Sch_DupAttributeUse, attributeValue.QualifiedName.
ToString
(), attributeValue);
1776
SendValidationEvent(SR.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.
ToString
(), attributeGroupRef);
1805
SendValidationEvent(SR.Sch_DupAttributeUse, attribute.QualifiedName.
ToString
(), attribute);
1810
SendValidationEvent(SR.Sch_AttributeIgnored, attribute.QualifiedName.
ToString
(), attribute, XmlSeverityType.Warning);
1831
SendValidationEvent(SR.Sch_DupAttributeUse, attributeValue.QualifiedName.
ToString
(), attributeGroupRef);
1836
SendValidationEvent(SR.Sch_AttributeIgnored, attributeValue.QualifiedName.
ToString
(), attributeValue, XmlSeverityType.Warning);
1843
SendValidationEvent(SR.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.
ToString
(), attributeGroupRef);
1992
throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, xa.RefName.
ToString
(), xa);
1997
throw new XmlSchemaException(SR.Sch_RefInvalidAttribute, xa.RefName.
ToString
(), xa);
2006
throw new XmlSchemaException(SR.Sch_FixedDefaultInRef, xa.RefName.
ToString
(), xa);
2012
throw new XmlSchemaException(SR.Sch_FixedInRef, xa.RefName.
ToString
(), xa);
2055
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, xa.SchemaTypeName.
ToString
(), xa);
2141
throw new XmlSchemaException(SR.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.
ToString
(), xi);
2146
throw new XmlSchemaException(SR.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.
ToString
(), xi);
2151
throw new XmlSchemaException(SR.Sch_RefInvalidCardin, xi.QualifiedName.
ToString
(), xi);
2156
throw new XmlSchemaException(SR.Sch_ReftoKeyref, xi.QualifiedName.
ToString
(), xi);
2197
throw new XmlSchemaException(SR.Sch_UndeclaredElement, xe.RefName.
ToString
(), xe);
2202
throw new XmlSchemaException(SR.Sch_RefInvalidElement, xe.RefName.
ToString
(), xe);
2218
throw new XmlSchemaException(SR.Sch_UndeclaredType, xe.SchemaTypeName.
ToString
(), xe);
2374
SendValidationEvent(SR.Sch_DupElement, localElement.QualifiedName.
ToString
(), localElement);
2394
SendValidationEvent(SR.Sch_NonDeterministic, ((XmlSchemaElement)e.Particle1).QualifiedName.
ToString
(), (XmlSchemaElement)e.Particle2);
2398
SendValidationEvent(SR.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle2!).NamespaceList!.ToString(), ((XmlSchemaElement)e.Particle1).QualifiedName.
ToString
(), (XmlSchemaAny)e.Particle2);
2405
SendValidationEvent(SR.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle1!).NamespaceList!.ToString(), ((XmlSchemaElement)e.Particle2).QualifiedName.
ToString
(), (XmlSchemaAny)e.Particle1);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1122
SendValidationEvent(SR.Sch_DupIdentityConstraint, constraint.QualifiedName.
ToString
(), constraint);
System\Xml\Schema\SchemaElementDecl.cs (1)
240
throw new XmlSchemaException(SR.Sch_MissRequiredAttribute, attdef.Name.
ToString
());
System\Xml\Schema\SchemaInfo.cs (4)
163
throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, qname.
ToString
());
167
throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, qname.
ToString
());
265
throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, qname.
ToString
());
269
throw new XmlSchemaException(SR.Sch_ProhibitedAttribute, qname.
ToString
());
System\Xml\Schema\SchemaSetCompiler.cs (42)
463
SendValidationEvent(SR.Sch_InvalidSubstitutionMember, (element.QualifiedName).
ToString
(), (headElement.QualifiedName).
ToString
(), element);
641
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, list.ItemTypeName.
ToString
(), list);
670
throw new XmlSchemaException(SR.Sch_InvalidSimpleTypeRestriction, restriction.BaseTypeName.
ToString
(), simpleType);
685
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, restriction.BaseTypeName.
ToString
(), restriction);
751
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, mainMemberTypes[i].
ToString
(), mainUnion);
894
SendValidationEvent(SR.Sch_UndeclaredType, simpleExtension.BaseTypeName.
ToString
(), simpleExtension);
935
SendValidationEvent(SR.Sch_UndefBaseRestriction, simpleRestriction.BaseTypeName.
ToString
(), simpleRestriction);
1021
SendValidationEvent(SR.Sch_UndefBaseExtension, complexExtension.BaseTypeName.
ToString
(), complexExtension);
1092
SendValidationEvent(SR.Sch_UndefBaseRestriction, complexRestriction.BaseTypeName.
ToString
(), complexRestriction);
1273
SendValidationEvent(SR.Sch_UndefGroupRef, groupRef.RefName.
ToString
(), groupRef);
1685
_restrictionErrorMsg = SR.Format(SR.Sch_ElementFromAnyRule1, derivedElement.QualifiedName.
ToString
());
1690
_restrictionErrorMsg = SR.Format(SR.Sch_ElementFromAnyRule2, derivedElement.QualifiedName.
ToString
());
1797
_restrictionErrorMsg = SR.Format(SR.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));
1809
_restrictionErrorMsg = SR.Format(SR.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));
1821
_restrictionErrorMsg = SR.Format(SR.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));
2097
SendValidationEvent(SR.Sch_DupAttributeUse, attr.QualifiedName.
ToString
(), attr);
2124
SendValidationEvent(SR.Sch_DupAttributeUse, attribute.QualifiedName.
ToString
(), attribute);
2132
SendValidationEvent(SR.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.
ToString
(), attributeGroupRef);
2165
SendValidationEvent(SR.Sch_DupAttributeUse, attr.QualifiedName.
ToString
(), attr);
2170
SendValidationEvent(SR.Sch_AttributeIgnored, attr.QualifiedName.
ToString
(), attr, XmlSeverityType.Warning);
2191
SendValidationEvent(SR.Sch_DupAttributeUse, attribute.QualifiedName.
ToString
(), attributeGroupRef);
2196
SendValidationEvent(SR.Sch_AttributeIgnored, attribute.QualifiedName.
ToString
(), attribute, XmlSeverityType.Warning);
2204
SendValidationEvent(SR.Sch_UndefAttributeGroupRef, attributeGroupRef.RefName.
ToString
(), attributeGroupRef);
2337
SendValidationEvent(SR.Sch_NoDerivedAttribute, attributeBase.QualifiedName.
ToString
(), baseAttributeGroup.QualifiedName.
ToString
(), derivedAttributeGroup);
2433
throw new XmlSchemaException(SR.Sch_UndeclaredAttribute, xa.RefName.
ToString
(), xa);
2438
throw new XmlSchemaException(SR.Sch_RefInvalidAttribute, xa.RefName.
ToString
(), xa);
2453
throw new XmlSchemaException(SR.Sch_FixedDefaultInRef, xa.RefName.
ToString
(), xa);
2460
throw new XmlSchemaException(SR.Sch_FixedInRef, xa.RefName.
ToString
(), xa);
2488
throw new XmlSchemaException(SR.Sch_UndeclaredSimpleType, xa.SchemaTypeName.
ToString
(), xa);
2597
throw new XmlSchemaException(SR.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.
ToString
(), xi);
2603
throw new XmlSchemaException(SR.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).Refer.
ToString
(), xi);
2609
throw new XmlSchemaException(SR.Sch_RefInvalidCardin, xi.QualifiedName.
ToString
(), xi);
2615
throw new XmlSchemaException(SR.Sch_ReftoKeyref, xi.QualifiedName.
ToString
(), xi);
2656
throw new XmlSchemaException(SR.Sch_UndeclaredElement, xe.RefName.
ToString
(), xe);
2661
throw new XmlSchemaException(SR.Sch_RefInvalidElement, xe.RefName.
ToString
(), xe);
2677
throw new XmlSchemaException(SR.Sch_UndeclaredType, xe.SchemaTypeName.
ToString
(), xe);
2843
SendValidationEvent(SR.Sch_DupElement, localElement.QualifiedName.
ToString
(), localElement);
2863
SendValidationEvent(SR.Sch_NonDeterministic, ((XmlSchemaElement)e.Particle1).QualifiedName.
ToString
(), (XmlSchemaElement)e.Particle2);
2867
SendValidationEvent(SR.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle2!).ResolvedNamespace, ((XmlSchemaElement)e.Particle1).QualifiedName.
ToString
(), (XmlSchemaAny)e.Particle2);
2874
SendValidationEvent(SR.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle1!).ResolvedNamespace, ((XmlSchemaElement)e.Particle2).QualifiedName.
ToString
(), (XmlSchemaElement)e.Particle2);
System\Xml\Schema\XdrValidator.cs (3)
532
SendValidationEvent(SR.Sch_FixedAttributeValue, attdef!.Name.
ToString
());
544
SendValidationEvent(SR.Sch_AttributeValueDataType, attdef.Name.
ToString
());
624
XmlSchemaException e = new XmlSchemaException(SR.Sch_AttributeDefaultDataType, attdef.Name.
ToString
(), baseUri, lineNo, linePos);
System\Xml\Schema\XmlSchemaElement.cs (1)
267
return _qualifiedName.
ToString
();
System\Xml\Schema\XmlSchemaSet.cs (1)
1429
SendValidationEvent(new XmlSchemaException(code, qname.
ToString
()), XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (32)
518
SendValidationEvent(SR.Sch_DuplicateAttribute, attQName.
ToString
());
543
SendValidationEvent(SR.Sch_UndeclaredAttribute, attQName.
ToString
());
547
SendValidationEvent(SR.Sch_NoAttributeSchemaFound, attQName.
ToString
(), XmlSeverityType.Warning);
559
SendValidationEvent(SR.Sch_UndeclaredAttribute, attQName.
ToString
());
571
SendValidationEvent(SR.Sch_ProhibitedAttribute, attQName.
ToString
());
577
SendValidationEvent(SR.Sch_ProhibitedAttribute, attQName.
ToString
());
582
SendValidationEvent(SR.Sch_SchemaAttributeNameMismatch, new string[] { attQName.
ToString
(), ((XmlSchemaAttribute)pvtAttribute!).QualifiedName.
ToString
() });
651
SendValidationEvent(SR.Sch_NoAttributeSchemaFound, attQName.
ToString
(), XmlSeverityType.Warning);
671
SendValidationEvent(SR.Sch_NotXsiAttribute, attQName.
ToString
());
1042
SendValidationEvent(SR.Sch_DefaultAttributeNotApplied, new string[2] { attdef.Name.
ToString
(), QNameString(_context.LocalName!, _context.Namespace!) });
1339
SendValidationEvent(SR.Sch_AllElement, elementName.
ToString
());
1401
SendValidationEvent(SR.Sch_SubstitutionNotAllowed, new string[] { member.
ToString
(), head.
ToString
() });
1406
SendValidationEvent(SR.Sch_SubstitutionBlocked, new string[] { member.
ToString
(), head.
ToString
() });
1506
string typeName = decl.SchemaType.QualifiedName.
ToString
();
1619
SendValidationEvent(SR.Sch_SchemaElementNameMismatch, elementName.
ToString
(), element.QualifiedName.
ToString
());
1703
SendValidationEvent(SR.Sch_XsiTypeNotFound, xsiTypeName.
ToString
(), severity);
1711
SendValidationEvent(SR.Sch_XsiTypeAbstract, xsiTypeName.
ToString
(), severity);
1716
SendValidationEvent(SR.Sch_XsiTypeBlockedEx, new string?[] { xsiTypeName.
ToString
(), QNameString(_context.LocalName!, _context.Namespace!) });
1834
SendValidationEvent(SR.Sch_FixedElementValue, elementDecl.Name.
ToString
());
1955
SendValidationEvent(SR.Sch_FixedAttributeValue, attdef.Name.
ToString
());
1963
SendValidationEvent(SR.Sch_AttributeValueDataTypeDetailed, new string[] { attdef.Name.
ToString
(), stringValue, GetTypeName(decl), exception.Message }, exception);
2106
SendValidationEvent(SR.Sch_MissRequiredAttribute, attdef.Name.
ToString
());
2392
SendValidationEvent(new XmlSchemaValidationException(SR.Sch_MissingKey, constraints[i].constraint.name.
ToString
(), _sourceUriString, ks.PosLine, ks.PosCol));
2401
new string[2] { ks.ToString(), constraints[i].constraint.name.
ToString
() },
2420
new string[2] { ks.ToString(), constraints[i].constraint.name.
ToString
() },
2464
SendValidationEvent(new XmlSchemaValidationException(SR.Sch_UnresolvedKeyref, new string[2] { ks!.ToString(), vcs[i].constraint.name.
ToString
() },
2558
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(SR.Sch_InvalidElementInEmptyEx, new string[] { QNameString(context.LocalName!, context.Namespace!), name.
ToString
() }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2562
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(SR.Sch_InvalidElementInTextOnlyEx, new string[] { QNameString(context.LocalName!, context.Namespace!), name.
ToString
() }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (12)
195
SendValidationEvent(SR.Sch_ContentInNill, elementName.
ToString
());
204
SendValidationEvent(SR.Sch_AllElement, elementName.
ToString
());
410
SendValidationEvent(SR.Sch_XsiTypeNotFound, xsiType.
ToString
());
415
SendValidationEvent(SR.Sch_XsiTypeBlockedEx, new string?[] { xsiType.
ToString
(), XmlSchemaValidator.QNameString(context!.LocalName!, context.Namespace!) });
515
SendValidationEvent(SR.Sch_UndeclaredAttribute, attQName.
ToString
());
519
SendValidationEvent(SR.Sch_NoAttributeSchemaFound, attQName.
ToString
(), XmlSeverityType.Warning);
726
SendValidationEvent(SR.Sch_FixedAttributeValue, attdef!.Name.
ToString
());
743
SendValidationEvent(SR.Sch_AttributeValueDataType, attdef.Name.
ToString
());
1076
SendValidationEvent(new XmlSchemaException(SR.Sch_MissingKey, constraints[i].constraint.name.
ToString
(), reader.BaseURI, ks.PosLine, ks.PosCol));
1084
new string[2] { ks.ToString(), constraints[i].constraint.name.
ToString
() },
1101
new string[2] { ks.ToString(), constraints[i].constraint.name.
ToString
() },
1143
SendValidationEvent(new XmlSchemaException(SR.Sch_UnresolvedKeyref, new string[2] { ks!.ToString(), vcs[i].constraint.name.
ToString
() },
System\Xml\Serialization\Mappings.cs (1)
121
return new XmlQualifiedName(XmlConvert.EncodeLocalName(name.Substring(colon + 1)), XmlConvert.EncodeLocalName(name.Substring(0, colon))).
ToString
();
System\Xml\Serialization\SchemaObjectWriter.cs (2)
177
WriteAttribute(localName, ns, value.
ToString
());
608
_w.Append(q.
ToString
());
System\Xml\Serialization\SoapReflectionImporter.cs (1)
174
throw new InvalidOperationException(SR.Format(SR.XmlInvalidXsdDataType, dataType, "SoapElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).
ToString
()));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
412
throw new InvalidOperationException(SR.Format(SR.XmlInvalidXsdDataType, dataType, "XmlElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).
ToString
()));
System\Xml\Serialization\XmlSchemas.cs (2)
521
item = SR.Format(SR.XmlSchemaElementReference, e.RefName.
ToString
(), parentName.Name, parentName.Namespace);
542
return SR.Format(SR.XmlSchemaAttributeReference, a.RefName.
ToString
(), parentName.Name, parentName.Namespace);
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
106
throw XsltException.Create(SR.Xslt_InvalidCallTemplate, _name!.
ToString
());
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
1002
throw XsltException.Create(SR.Xslt_DuplicateWithParam, name.
ToString
());
System\Xml\Xsl\XsltOld\RootAction.cs (3)
109
throw XsltException.Create(SR.Xslt_NoAttributeSet, name.
ToString
());
179
throw XsltException.Create(SR.Xslt_CircularAttributeSet, qname.
ToString
());
234
throw XsltException.Create(SR.Xslt_DupDecimalFormat, name.
ToString
());
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
182
throw XsltException.Create(SR.Xslt_DupTemplateName, template.Name.
ToString
());
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
74
throw XsltException.Create(SR.Xslt_InvalidVariable, qname.
ToString
());
93
throw XsltException.Create(SR.Xslt_InvalidVariable, variable.Name!.
ToString
());