22 instantiations of XmlSchemaAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaExporter.cs (3)
907XmlSchemaAttribute iSerializableFactoryTypeAttribute = new XmlSchemaAttribute(); 919XmlSchemaAttribute refAttribute = new XmlSchemaAttribute(); 931XmlSchemaAttribute idAttribute = new XmlSchemaAttribute();
System.Private.Xml (18)
System\Xml\Schema\Inference\Infer.cs (4)
307attributeReference = new XmlSchemaAttribute(); 367attributeReference = new XmlSchemaAttribute(); 386xsa = new XmlSchemaAttribute(); 416xsa = new XmlSchemaAttribute();
System\Xml\Schema\Preprocessor.cs (6)
429XmlSchemaAttribute lang = new XmlSchemaAttribute(); 434XmlSchemaAttribute xmlbase = new XmlSchemaAttribute(); 439XmlSchemaAttribute space = new XmlSchemaAttribute(); 457XmlSchemaAttribute langRef = new XmlSchemaAttribute(); 460XmlSchemaAttribute spaceRef = new XmlSchemaAttribute(); 463XmlSchemaAttribute baseRef = new XmlSchemaAttribute();
System\Xml\Schema\XmlSchemaValidator.cs (4)
2464XmlSchemaAttribute tempXsiTypeSO = new XmlSchemaAttribute(); 2472XmlSchemaAttribute tempxsiNilSO = new XmlSchemaAttribute(); 2481XmlSchemaAttribute tempxsiSLSO = new XmlSchemaAttribute(); 2490XmlSchemaAttribute tempxsiNoNsSLSO = new XmlSchemaAttribute();
System\Xml\Schema\XsdBuilder.cs (1)
1251builder._xso = builder._attribute = new XmlSchemaAttribute();
System\Xml\Serialization\XmlSchemaExporter.cs (3)
694XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 726XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 755XmlSchemaAttribute refAttribute = new XmlSchemaAttribute();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9065o = new global::System.Xml.Schema.XmlSchemaAttribute();
255 references to XmlSchemaAttribute
netstandard (1)
netstandard.cs (1)
2304[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttribute))]
System.Data.Common (16)
System\Data\XMLSchema.cs (16)
194if (item is XmlSchemaAttribute) 196XmlSchemaAttribute attr = (XmlSchemaAttribute)item; 513if (so is XmlSchemaAttribute) 988if (so is XmlSchemaAttribute) 990HandleAttributeColumn((XmlSchemaAttribute)so, table, isBase); 1009if (obj is XmlSchemaAttribute) 1011HandleAttributeColumn((XmlSchemaAttribute)obj, table, isBase); 1530Debug.Assert((node is XmlSchemaElement) || (node is XmlSchemaAttribute), "GetInstanceName should only be called on attribute or elements"); 1536else if (node is XmlSchemaAttribute attr) 1920XmlSchemaAttribute? attr = node as XmlSchemaAttribute; 1942typeNode = (XmlSchemaAnnotated?)_schemaTypes![isAttr ? ((XmlSchemaAttribute)node).SchemaTypeName : ((XmlSchemaElement)node).SchemaTypeName]; 2185internal void HandleAttributeColumn(XmlSchemaAttribute attrib, DataTable table, bool isBase) 2188XmlSchemaAttribute? attr = attrib.Name != null ? attrib : (XmlSchemaAttribute)_attributes![attrib.RefName]!;
System.Private.DataContractSerialization (11)
System\Runtime\Serialization\SchemaExporter.cs (7)
482XmlSchemaAttribute iSerializableFactoryTypeAttribute = ISerializableFactoryTypeAttribute; 903internal static XmlSchemaAttribute ISerializableFactoryTypeAttribute 907XmlSchemaAttribute iSerializableFactoryTypeAttribute = new XmlSchemaAttribute(); 915internal static XmlSchemaAttribute RefAttribute 919XmlSchemaAttribute refAttribute = new XmlSchemaAttribute(); 927internal static XmlSchemaAttribute IdAttribute 931XmlSchemaAttribute idAttribute = new XmlSchemaAttribute();
System\Runtime\Serialization\SchemaImporter.cs (4)
878if (o is XmlSchemaAttribute) 880if (((XmlSchemaAttribute)o).RefName == factoryTypeAttributeRefName) 1377if (o is XmlSchemaAttribute attribute) 1393private static bool TryCheckIfAttribute(XmlQualifiedName typeName, XmlSchemaAttribute attribute, XmlQualifiedName refName, ref bool foundAttribute)
System.Private.Xml (199)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
1067XmlSchemaAttribute? IXmlSchemaInfo.SchemaAttribute
System\Xml\Core\XsdValidatingReader.cs (2)
1865XmlSchemaAttribute? IXmlSchemaInfo.SchemaAttribute 2374XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
700XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!;
System\Xml\Dom\DocumentSchemaValidator.cs (7)
420XmlSchemaAttribute schemaAttribute = (XmlSchemaAttribute)_defaultAttributes[i]!; 433private void SetDefaultAttributeSchemaInfo(XmlSchemaAttribute schemaAttribute) 549private XmlSchemaAttribute? FindSchemaInfo(XmlAttribute attributeToValidate) 560XmlSchemaAttribute? schemaAttribute = elementSchemaType.AttributeUses[attName] as XmlSchemaAttribute; 568schemaAttribute = _schemas.GlobalAttributes[attName] as XmlSchemaAttribute;
System\Xml\Dom\XmlName.cs (4)
163public virtual XmlSchemaAttribute? SchemaAttribute 262public override XmlSchemaAttribute? SchemaAttribute 266return _decl as XmlSchemaAttribute; 296&& (object?)schemaInfo.SchemaAttribute == (object?)(_decl as XmlSchemaAttribute))
System\Xml\Schema\BaseProcessor.cs (1)
93else if (item is XmlSchemaAttribute)
System\Xml\Schema\Inference\Infer.cs (15)
265private XmlSchemaAttribute AddAttribute(string localName, string prefix, string childURI, string attrValue, bool bCreatingNewType, XmlSchema parentSchema, XmlSchemaObjectCollection addLocation, XmlSchemaObjectTable compiledAttributes) 272XmlSchemaAttribute? xsa; 274XmlSchemaAttribute? returnedAttribute; //this value will change to attributeReference if childURI!= parentURI 298XmlSchemaAttribute? attributeReference; 358XmlSchemaAttribute? attributeReference; 1235XmlSchemaAttribute? xsa; 1304foreach (XmlSchemaAttribute? attr in sourceCollection) 1312internal static XmlSchemaAttribute? FindAttribute(ICollection attributes, string attrName) 1316XmlSchemaAttribute? schemaAttribute = xsa as XmlSchemaAttribute; 1363internal static XmlSchemaAttribute? FindAttributeRef(ICollection attributes, string attributeName, string nsURI) 1367XmlSchemaAttribute? schemaAttribute = xsa as XmlSchemaAttribute; 1418XmlSchemaAttribute? attr = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\IXmlSchemaInfo.cs (1)
23XmlSchemaAttribute? SchemaAttribute { get; }
System\Xml\Schema\Preprocessor.cs (13)
429XmlSchemaAttribute lang = new XmlSchemaAttribute(); 434XmlSchemaAttribute xmlbase = new XmlSchemaAttribute(); 439XmlSchemaAttribute space = new XmlSchemaAttribute(); 457XmlSchemaAttribute langRef = new XmlSchemaAttribute(); 460XmlSchemaAttribute spaceRef = new XmlSchemaAttribute(); 463XmlSchemaAttribute baseRef = new XmlSchemaAttribute(); 732if (schemaItems[i] is XmlSchemaAttribute attribute) 791foreach (XmlSchemaAttribute? attribute in includedSchema.Attributes.Values) 1147private void PreprocessAttribute(XmlSchemaAttribute attribute) 1170private void PreprocessLocalAttribute(XmlSchemaAttribute attribute) 1203private void PreprocessAttributeContent(XmlSchemaAttribute attribute) 2006XmlSchemaAttribute? attr = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\SchemaAttDef.cs (2)
33private XmlSchemaAttribute? _schemaAttribute; 169internal XmlSchemaAttribute? SchemaAttribute
System\Xml\Schema\SchemaCollectionCompiler.cs (30)
89foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 114XmlSchemaAttribute? attr; 121if ((attr = item as XmlSchemaAttribute) != null) 152XmlSchemaAttribute? attr; 159if ((attr = item as XmlSchemaAttribute) != null) 233foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 287foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 312private static void CleanupAttribute(XmlSchemaAttribute attribute) 403XmlSchemaAttribute? attribute = attributes[i] as XmlSchemaAttribute; 752foreach (XmlSchemaAttribute? attribute in complexType.AttributeUses.Values) 777foreach (XmlSchemaAttribute? attribute in complexType.AttributeUses.Values) 1729XmlSchemaAttribute? attribute = attributeGroup.Attributes[i] as XmlSchemaAttribute; 1760foreach (XmlSchemaAttribute? attributeValue in attributeGroupResolved.AttributeUses.Values) 1789XmlSchemaAttribute? attribute = attributes[i] as XmlSchemaAttribute; 1820foreach (XmlSchemaAttribute? attributeValue in attributeGroup.AttributeUses.Values) 1854foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 1856XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)derivedType.AttributeUses[attributeBase!.QualifiedName]; 1884foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 1886XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)derivedType.AttributeUses[attributeBase!.QualifiedName]; 1909foreach (XmlSchemaAttribute? attribute in derivedType.AttributeUses.Values) 1911XmlSchemaAttribute? attributeBase = (XmlSchemaAttribute?)baseType.AttributeUses[attribute!.QualifiedName]; 1972private void CompileAttribute(XmlSchemaAttribute xa) 1989XmlSchemaAttribute? a = (XmlSchemaAttribute?)_schema!.Attributes[xa.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
506foreach (XmlSchemaAttribute? attribute in includedSchema.Attributes.Values) 538XmlSchemaAttribute? attribute = schema.Items[i] as XmlSchemaAttribute; 821private void PreprocessAttribute(XmlSchemaAttribute attribute) 844private void PreprocessLocalAttribute(XmlSchemaAttribute attribute) 877private void PreprocessAttributeContent(XmlSchemaAttribute attribute) 1674XmlSchemaAttribute? attribute = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\SchemaInfo.cs (2)
225XmlSchemaAttribute? attr = partialValidationType as XmlSchemaAttribute;
System\Xml\Schema\SchemaSetCompiler.cs (32)
67foreach (XmlSchemaAttribute? attribute in schema.Attributes.Values) 155foreach (XmlSchemaAttribute? attribute in _attributes.Values) 229foreach (XmlSchemaAttribute? attribute in _attributes.Values) 292private static void CleanupAttribute(XmlSchemaAttribute attribute) 409XmlSchemaAttribute? attribute = attributes[i] as XmlSchemaAttribute; 853foreach (XmlSchemaAttribute? attribute in complexType.AttributeUses.Values) 2083XmlSchemaAttribute? attr = attributeGroup.Attributes[i] as XmlSchemaAttribute; 2116foreach (XmlSchemaAttribute? attribute in attributeGroupResolved.AttributeUses.Values) 2149XmlSchemaAttribute? attr = attributes[i] as XmlSchemaAttribute; 2180foreach (XmlSchemaAttribute? attribute in attributeGroup.AttributeUses.Values) 2215foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 2217XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)derivedType.AttributeUses[attributeBase!.QualifiedName]; 2245foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 2247XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)derivedType.AttributeUses[attributeBase!.QualifiedName]; 2278foreach (XmlSchemaAttribute? attribute in derivedType.AttributeUses.Values) 2280XmlSchemaAttribute? attributeBase = (XmlSchemaAttribute?)baseType.AttributeUses[attribute!.QualifiedName]; 2309foreach (XmlSchemaAttribute? attributeBase in baseAttributeGroup.AttributeUses.Values) 2311XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)derivedAttributeGroup.AttributeUses[attributeBase!.QualifiedName]; 2341foreach (XmlSchemaAttribute? attribute in derivedAttributeGroup.AttributeUses.Values) 2343XmlSchemaAttribute? attributeBase = (XmlSchemaAttribute?)baseAttributeGroup.AttributeUses[attribute!.QualifiedName]; 2413private void CompileAttribute(XmlSchemaAttribute xa) 2430XmlSchemaAttribute? a = (XmlSchemaAttribute?)_attributes[xa.RefName]; 2520private void SetDefaultFixed(XmlSchemaAttribute xa, SchemaAttDef decl)
System\Xml\Schema\XmlSchema.cs (1)
283XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaAttribute.cs (2)
173XmlSchemaAttribute newAtt = (XmlSchemaAttribute)MemberwiseClone();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
27[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
33[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
33[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
189[XmlElement("attribute", typeof(XmlSchemaAttribute)), 298foreach (XmlSchemaAttribute? attribute in this.AttributeUses.Values) 417XmlSchemaAttribute att; 431att = (xso as XmlSchemaAttribute)!; 561XmlSchemaAttribute attribute = (attributes[i] as XmlSchemaAttribute)!;
System\Xml\Schema\XmlSchemaInfo.cs (2)
14private XmlSchemaAttribute? _schemaAttribute; 114public XmlSchemaAttribute? SchemaAttribute
System\Xml\Schema\XmlSchemaSet.cs (6)
1140foreach (XmlSchemaAttribute? attribute in otherSet.GlobalAttributes.Values) 1183foreach (XmlSchemaAttribute? attributeToRemove in otherSet.GlobalAttributes.Values) 1362foreach (XmlSchemaAttribute? attributeToRemove in schema.Attributes.Values) 1364XmlSchemaAttribute? attr = (XmlSchemaAttribute?)attributes![attributeToRemove!.QualifiedName]; 1409else if (item is XmlSchemaAttribute)
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
21[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
47[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaValidator.cs (23)
125private static XmlSchemaAttribute? s_xsiTypeSO; 126private static XmlSchemaAttribute? s_xsiNilSO; 127private static XmlSchemaAttribute? s_xsiSLSO; 128private static XmlSchemaAttribute? s_xsiNoNsSLSO; 380if (!(partialValidationType is XmlSchemaElement || partialValidationType is XmlSchemaAttribute || partialValidationType is XmlSchemaType)) 504XmlSchemaAttribute? localAttribute = null; 582SendValidationEvent(SR.Sch_SchemaAttributeNameMismatch, new string[] { attQName.ToString(), ((XmlSchemaAttribute)pvtAttribute!).QualifiedName.ToString() }); 968public XmlSchemaAttribute[] GetExpectedAttributes() 989return (attList.ToArray(typeof(XmlSchemaAttribute)) as XmlSchemaAttribute[])!; 995XmlSchemaAttribute? attribute = _partialValidationType as XmlSchemaAttribute; 998return new XmlSchemaAttribute[1] { attribute }; 1002return Array.Empty<XmlSchemaAttribute>(); 1616Debug.Assert(_partialValidationType is XmlSchemaAttribute); 2464XmlSchemaAttribute tempXsiTypeSO = new XmlSchemaAttribute(); 2468Interlocked.CompareExchange<XmlSchemaAttribute?>(ref s_xsiTypeSO, tempXsiTypeSO, null); 2472XmlSchemaAttribute tempxsiNilSO = new XmlSchemaAttribute(); 2476Interlocked.CompareExchange<XmlSchemaAttribute?>(ref s_xsiNilSO, tempxsiNilSO, null); 2481XmlSchemaAttribute tempxsiSLSO = new XmlSchemaAttribute(); 2485Interlocked.CompareExchange<XmlSchemaAttribute?>(ref s_xsiSLSO, tempxsiSLSO, null); 2490XmlSchemaAttribute tempxsiNoNsSLSO = new XmlSchemaAttribute(); 2494Interlocked.CompareExchange<XmlSchemaAttribute?>(ref s_xsiNoNsSLSO, tempxsiNoNsSLSO, null);
System\Xml\Schema\XsdBuilder.cs (2)
640private XmlSchemaAttribute? _attribute; 994_attribute = (XmlSchemaAttribute)container;
System\Xml\Serialization\ImportContext.cs (5)
415else if (t == typeof(XmlSchemaAttribute)) 417XmlSchemaAttribute? at = (XmlSchemaAttribute)item; 420at = (XmlSchemaAttribute?)_schemas.Find(at.RefName, typeof(XmlSchemaAttribute), false);
System\Xml\Serialization\SchemaObjectWriter.cs (5)
66if (o is XmlSchemaAttribute) 68return ((XmlSchemaAttribute)o).QualifiedName; 297private void Write1_XmlSchemaAttribute(XmlSchemaAttribute? o) 483else if (t == typeof(XmlSchemaAttribute)) 485Write1_XmlSchemaAttribute((XmlSchemaAttribute)o);
System\Xml\Serialization\XmlSchemaExporter.cs (4)
290else if (item is XmlSchemaAttribute a) 694XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 726XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 755XmlSchemaAttribute refAttribute = new XmlSchemaAttribute();
System\Xml\Serialization\XmlSchemaImporter.cs (12)
643if (item is XmlSchemaAttribute) 645ImportAttributeMember((XmlSchemaAttribute)item, identifier, members, membersScope, typeNs); 1428private void ImportAttributeMember(XmlSchemaAttribute attribute, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string? ns) 1544else if (item is XmlSchemaAttribute) 1545ImportAttributeMember((XmlSchemaAttribute)item, identifier, members, membersScope, ns); 1566private AttributeAccessor? ImportAttribute(XmlSchemaAttribute attribute, string identifier, string? ns, XmlSchemaAttribute defaultValueProvider) 1930private XmlSchemaAttribute FindAttribute(XmlQualifiedName name) 1932XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)Schemas.Find(name, typeof(XmlSchemaAttribute)); 1967private static XmlSchemaForm AttributeForm(string? ns, XmlSchemaAttribute attribute)
System\Xml\Serialization\XmlSchemas.cs (4)
250else if (type == typeof(XmlSchemaAttribute)) 458else if (o is XmlSchemaAttribute) 460return ((XmlSchemaAttribute)o).Name; 534else if (o is XmlSchemaAttribute a)
System\Xml\XPath\XPathNavigator.cs (2)
990XmlSchemaAttribute? schemaAttribute = null; 1053private static XmlReader GetValidatingReader(XmlReader reader, XmlSchemaSet schemas, ValidationEventHandler validationEvent, XmlSchemaType? schemaType, XmlSchemaElement? schemaElement, XmlSchemaAttribute? schemaAttribute)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1136public XmlSchemaAttribute? SchemaAttribute { get { return IsReading ? this.schemaInfo!.SchemaAttribute : null; } }
System.Private.Xml.Linq (8)
System\Xml\Schema\XNodeValidator.cs (8)
89private XmlSchemaInfo GetDefaultAttributeSchemaInfo(XmlSchemaAttribute sa) 126private string? GetDefaultValue(XmlSchemaAttribute sa) 128XmlSchemaAttribute? saCopy = sa; 132saCopy = schemas.GlobalAttributes[name] as XmlSchemaAttribute; 286foreach (XmlSchemaAttribute sa in defaultAttributes) 409XmlSchemaAttribute? schemaAttribute = si.SchemaAttribute; 531/// <param name="partialValidationType">An <see cref="XmlSchemaAttribute"/> or 547/// <param name="partialValidationType">An <see cref="XmlSchemaAttribute"/> or
System.Web.Services.Description (18)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (18)
2213else if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 2214Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3748else if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3749Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3806private void Write36_XmlSchemaAttribute(string n, string ns, global::System.Xml.Schema.XmlSchemaAttribute o, bool isNullable, bool needType) { 3817if (t == typeof(global::System.Xml.Schema.XmlSchemaAttribute)) { 4188if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 4189Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 4268if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 4269Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 4432if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 4433Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 4493if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 4494Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 4598else if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 4599Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 9042private global::System.Xml.Schema.XmlSchemaAttribute Read36_XmlSchemaAttribute(bool isNullable, bool checkType) { 9064global::System.Xml.Schema.XmlSchemaAttribute o;
System.Xml (1)
System.Xml.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttribute))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAttribute))]