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
);
70
ICollection schemaList =
_schemaSet
.Schemas();
113
XmlSchema? schema = SchemaHelper.GetSchemaWithGlobalElementDeclaration(element,
_schemaSet
);
243
ICollection schemaList =
_schemaSet
.Schemas();
331
ICollection schemaList =
_schemaSet
.Schemas();
720
xmlDataContract.SetTopLevelElementName(SchemaHelper.GetGlobalElementDeclaration(
_schemaSet
, typeName, out isNullable));
962
XmlSchema? schema = SchemaHelper.GetSchemaWithType(SchemaObjects,
_schemaSet
, typeName);
1067
XmlSchema? schema = SchemaHelper.GetSchemaWithType(SchemaObjects,
_schemaSet
, typeName);