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