2 instantiations of XmlSchemaRedefine
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1222
builder._xso = builder._redefine = new
XmlSchemaRedefine
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12860
o = new global::System.Xml.Schema.
XmlSchemaRedefine
();
37 references to XmlSchemaRedefine
netstandard (1)
netstandard.cs (1)
2356
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaRedefine
))]
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\SchemaImporter.cs (7)
30
private List<
XmlSchemaRedefine
> _redefineList = null!; // Not directly referenced. Always lazy initialized by property getter.
159
private List<
XmlSchemaRedefine
> RedefineList
328
private List<
XmlSchemaRedefine
> CreateRedefineList()
330
List<
XmlSchemaRedefine
> list = new List<
XmlSchemaRedefine
>();
339
if (ext is
XmlSchemaRedefine
redefine)
418
foreach (
XmlSchemaRedefine
redefine in RedefineList)
System.Private.Xml (21)
System\Xml\Schema\Preprocessor.cs (8)
24
internal
XmlSchemaRedefine
redefine;
27
public RedefineEntry(
XmlSchemaRedefine
external, XmlSchema schema)
193
XmlSchemaRedefine
rdef = (include as
XmlSchemaRedefine
)!;
677
_redefinedList.Add(new RedefineEntry((external as
XmlSchemaRedefine
)!, _rootSchemaForRedefine!));
710
XmlSchemaRedefine
redefine = (external as
XmlSchemaRedefine
)!;
819
XmlSchemaRedefine
redefine = redefineEntry.redefine;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
104
XmlSchemaRedefine
? rdef = include as
XmlSchemaRedefine
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (7)
100
if (include is
XmlSchemaRedefine
)
102
XmlSchemaRedefine
rdef = (include as
XmlSchemaRedefine
)!;
377
else if ((include is
XmlSchemaRedefine
|| include is XmlSchemaInclude) && include.Schema == null)
383
if (include is
XmlSchemaRedefine
)
480
if (include is
XmlSchemaRedefine
redefine)
588
private void PreprocessRedefine(
XmlSchemaRedefine
redefine)
System\Xml\Schema\XmlSchema.cs (1)
282
XmlElement("redefine", typeof(
XmlSchemaRedefine
))]
System\Xml\Schema\XsdBuilder.cs (2)
671
private
XmlSchemaRedefine
? _redefine;
1089
_redefine = (
XmlSchemaRedefine
)container;
System\Xml\Serialization\XmlSchemas.cs (1)
557
string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is
XmlSchemaRedefine
? "redefine" : o.GetType().Name;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2180
if (ai is global::System.Xml.Schema.
XmlSchemaRedefine
) {
2181
Write64_XmlSchemaRedefine(@"redefine", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaRedefine
)ai), false, false);
4693
private void Write64_XmlSchemaRedefine(string n, string ns, global::System.Xml.Schema.
XmlSchemaRedefine
o, bool isNullable, bool needType) {
4704
if (t == typeof(global::System.Xml.Schema.
XmlSchemaRedefine
)) {
12837
private global::System.Xml.Schema.
XmlSchemaRedefine
Read64_XmlSchemaRedefine(bool isNullable, bool checkType) {
12859
global::System.Xml.Schema.
XmlSchemaRedefine
o;
System.Xml (1)
System.Xml.cs (1)
81
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaRedefine
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
80
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaRedefine
))]