1 write to _schemaSet
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
38
_schemaSet
= schemas;
10 references to _schemaSet
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\SchemaImporter.cs (10)
50
if (!
_schemaSet
.Contains(Globals.SerializationNamespace))
56
_schemaSet
.Add(schema);
61
CompileSchemaSet(
_schemaSet
);
71
ICollection schemaList =
_schemaSet
.Schemas();
114
XmlSchema? schema = SchemaHelper.GetSchemaWithGlobalElementDeclaration(element,
_schemaSet
);
244
ICollection schemaList =
_schemaSet
.Schemas();
332
ICollection schemaList =
_schemaSet
.Schemas();
721
xmlDataContract.SetTopLevelElementName(SchemaHelper.GetGlobalElementDeclaration(
_schemaSet
, typeName, out isNullable));
963
XmlSchema? schema = SchemaHelper.GetSchemaWithType(SchemaObjects,
_schemaSet
, typeName);
1068
XmlSchema? schema = SchemaHelper.GetSchemaWithType(SchemaObjects,
_schemaSet
, typeName);