4 instantiations of XmlAnyAttribute
System.Private.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
351
[
XmlAnyAttribute
]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
29
[
XmlAnyAttribute
]
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
29
[
XmlAnyAttribute
]
System\Xml\Schema\XmlSchemaExternal.cs (1)
40
[
XmlAnyAttribute
]
9 references to XmlAnyAttribute
netstandard (1)
netstandard.cs (1)
2399
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyAttributeAttribute
))]
System.Private.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (4)
42
private
XmlAnyAttributeAttribute
? _xmlAnyAttribute;
139
else if (attrs[i] is
XmlAnyAttributeAttribute
)
141
_xmlAnyAttribute = (
XmlAnyAttributeAttribute
)attrs[i];
282
public
XmlAnyAttributeAttribute
? XmlAnyAttribute
System.Xml (1)
System.Xml.cs (1)
124
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyAttributeAttribute
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
105
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyAttributeAttribute
))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
5
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyAttributeAttribute
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
22
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlAnyAttributeAttribute
))]