1 write to _referencedTypesDictionary
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContractSet.cs (1)
318
_referencedTypesDictionary
= new Dictionary<XmlQualifiedName, object>();
4 references to _referencedTypesDictionary
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataContractSet.cs (4)
316
if (
_referencedTypesDictionary
== null)
321
_referencedTypesDictionary
.Add(DataContract.GetXmlName(Globals.TypeOfNullable), Globals.TypeOfNullable);
329
AddReferencedType(
_referencedTypesDictionary
, type);
333
return
_referencedTypesDictionary
;