19 instantiations of XmlSchemaProviderAttribute
System.Data.Common (18)
System\Data\DataSet.cs (1)
30[XmlSchemaProvider(nameof(GetDataSetSchema))]
System\Data\DataTable.cs (1)
31[XmlSchemaProvider(nameof(GetDataTableSchema))]
System\Data\SQLTypes\SQLBinary.cs (1)
14[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLBoolean.cs (1)
19[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLByte.cs (1)
19[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLBytes.cs (1)
23[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLChars.cs (1)
15[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLDateTime.cs (1)
22[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLDecimal.cs (1)
20[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLDouble.cs (1)
20[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLGuid.cs (1)
21[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLInt16.cs (1)
18[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLInt32.cs (1)
18[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLInt64.cs (1)
19[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLMoney.cs (1)
23[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLSingle.cs (1)
19[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SQLString.cs (1)
35[XmlSchemaProvider("GetXsdType")]
System\Data\SQLTypes\SqlXml.cs (1)
16[XmlSchemaProvider("GetXsdType")]
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
34[XmlSchemaProvider(null, IsAny = true)]
16 references to XmlSchemaProviderAttribute
netstandard (1)
netstandard.cs (1)
2432[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Globals.cs (1)
190s_typeOfXmlSchemaProviderAttribute ??= typeof(XmlSchemaProviderAttribute);
System\Runtime\Serialization\SchemaExporter.cs (2)
617XmlSchemaProviderAttribute provider = (XmlSchemaProviderAttribute)attrs[0];
System.Private.Xml (7)
System\Xml\Serialization\Mappings.cs (1)
1299throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaMethodReturnType, _type!.Name, _getSchemaMethod.Name, nameof(XmlSchemaProviderAttribute), typeof(XmlQualifiedName).FullName));
System\Xml\Serialization\XmlReflectionImporter.cs (6)
464throw new InvalidOperationException(SR.Format(SR.XmlSerializableAttributes, model.TypeDesc.FullName, nameof(XmlSchemaProviderAttribute))); 486internal static MethodInfo? GetMethodFromSchemaProvider(XmlSchemaProviderAttribute provider, 503throw new InvalidOperationException(SR.Format(SR.XmlGetSchemaMethodReturnType, type.Name, provider.MethodName, nameof(XmlSchemaProviderAttribute), typeof(XmlQualifiedName).FullName, typeof(XmlSchemaType).FullName)); 524object[] attrs = type.GetCustomAttributes(typeof(XmlSchemaProviderAttribute), false); 529XmlSchemaProviderAttribute provider = (XmlSchemaProviderAttribute)attrs[0];
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\ImportGlobals.cs (1)
106internal static Type TypeOfXmlSchemaProviderAttribute => s_typeOfXmlSchemaProviderAttribute ??= typeof(XmlSchemaProviderAttribute);
System.Xml (1)
System.Xml.cs (1)
157[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
113[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]
System.Xml.Serialization (1)
System.Xml.Serialization.cs (1)
25[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
55[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.XmlSchemaProviderAttribute))]