1 write to _referencedTypesDictionary
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContractSet.cs (1)
317
_referencedTypesDictionary
= new Dictionary<XmlQualifiedName, object>();
4 references to _referencedTypesDictionary
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataContractSet.cs (4)
315
if (
_referencedTypesDictionary
== null)
320
_referencedTypesDictionary
.Add(DataContract.GetXmlName(Globals.TypeOfNullable), Globals.TypeOfNullable);
328
AddReferencedType(
_referencedTypesDictionary
, type);
332
return
_referencedTypesDictionary
;