1 write to _referencedCollectionTypesDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (1)
374
_referencedCollectionTypesDictionary
= new Dictionary<XmlQualifiedName, object>();
5 references to _referencedCollectionTypesDictionary
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (5)
372
if (
_referencedCollectionTypesDictionary
== null)
381
AddReferencedType(
_referencedCollectionTypesDictionary
, type);
385
if (!
_referencedCollectionTypesDictionary
.ContainsKey(genericDictionaryName) && GetReferencedTypes().ContainsKey(genericDictionaryName))
386
AddReferencedType(
_referencedCollectionTypesDictionary
, Globals.TypeOfDictionaryGeneric);
388
return
_referencedCollectionTypesDictionary
;