2 writes to IsTopLevelElementNullable
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
356xmlDataContract.IsTopLevelElementNullable = element.IsNillable; 722xmlDataContract.IsTopLevelElementNullable = isNullable;
1 reference to IsTopLevelElementNullable
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
528topLevelElement.IsNillable = dataContract.IsTopLevelElementNullable;