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