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)
50if (!_schemaSet.Contains(Globals.SerializationNamespace)) 56_schemaSet.Add(schema); 61CompileSchemaSet(_schemaSet); 71ICollection schemaList = _schemaSet.Schemas(); 114XmlSchema? schema = SchemaHelper.GetSchemaWithGlobalElementDeclaration(element, _schemaSet); 244ICollection schemaList = _schemaSet.Schemas(); 332ICollection schemaList = _schemaSet.Schemas(); 721xmlDataContract.SetTopLevelElementName(SchemaHelper.GetGlobalElementDeclaration(_schemaSet, typeName, out isNullable)); 963XmlSchema? schema = SchemaHelper.GetSchemaWithType(SchemaObjects, _schemaSet, typeName); 1068XmlSchema? schema = SchemaHelper.GetSchemaWithType(SchemaObjects, _schemaSet, typeName);