1 instantiation of XmlSchemaInference
System.Data.Common (1)
System\Data\DataSet.cs (1)
2408
XmlSchemaInference infer = new
XmlSchemaInference
();
7 references to XmlSchemaInference
netstandard (1)
netstandard.cs (1)
2336
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaInference
))]
System.Data.Common (4)
System\Data\DataSet.cs (4)
2408
XmlSchemaInference
infer = new XmlSchemaInference();
2410
infer.Occurrence =
XmlSchemaInference
.InferenceOption.Relaxed;
2413
XmlSchemaInference
.InferenceOption.Restricted :
2414
XmlSchemaInference
.InferenceOption.Relaxed;
System.Xml (1)
System.Xml.cs (1)
61
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaInference
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
60
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaInference
))]