2 references to KnownTypes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\ExportOptions.cs (1)
14
/// The <see cref="
KnownTypes
"/> property is used by the <see cref="DataContractSerializer"/> to include types that can be read in an object graph.
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
285
Collection<Type> knownTypes = Options.
KnownTypes
;