2 writes to IsTopLevelElementNullable
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
355xmlDataContract.IsTopLevelElementNullable = element.IsNillable; 721xmlDataContract.IsTopLevelElementNullable = isNullable;
3 references to IsTopLevelElementNullable
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
529topLevelElement.IsNillable = dataContract.IsTopLevelElementNullable;
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1317if (isElementNameDifferent || !xmlDataContract.IsTopLevelElementNullable) 1331if (!xmlDataContract.IsTopLevelElementNullable)