1 write to _elements
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
40_elements = elements;
3 references to _elements
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
46internal void Import([NotNullIfNotNull(nameof(_elements))] out List<XmlQualifiedName>? elementTypeNames) 102if (_elements != null) 105foreach (XmlSchemaElement element in _elements)