4 instantiations of XmlAnyElement
CSharpSyntaxGenerator (1)
Model\Comment.cs (1)
14[XmlAnyElement]
IOperationGenerator (1)
Model.cs (1)
177[XmlAnyElement]
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAppInfo.cs (1)
21[XmlText, XmlAnyElement]
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
33[XmlText, XmlAnyElement]
18 references to XmlAnyElement
netstandard (1)
netstandard.cs (1)
2400[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]
System.Private.Xml (13)
System\Xml\Serialization\XmlAnyElementAttributes.cs (8)
19public XmlAnyElementAttribute? this[int index] 21get { return (XmlAnyElementAttribute?)List[index]; } 28public int Add(XmlAnyElementAttribute? attribute) 36public void Insert(int index, XmlAnyElementAttribute? attribute) 44public int IndexOf(XmlAnyElementAttribute? attribute) 52public bool Contains(XmlAnyElementAttribute? attribute) 60public void Remove(XmlAnyElementAttribute? attribute) 68public void CopyTo(XmlAnyElementAttribute[] array, int index)
System\Xml\Serialization\XmlAttributes.cs (3)
83XmlAnyElementAttribute? wildcard = null; 99else if (attrs[i] is XmlAnyElementAttribute any) 108_xmlAnyElements.Add((XmlAnyElementAttribute)attrs[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1683XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]!; 1924XmlAnyElementAttribute xmlAnyElement = a.XmlAnyElements[i]!;
System.Xml (1)
System.Xml.cs (1)
125[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
106[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlAnyElementAttribute))]