1 write to _referencedCollectionTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ImportOptions.cs (1)
65
_referencedCollectionTypes
= new List<Type>();
2 references to _referencedCollectionTypes
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ImportOptions.cs (2)
63
if (
_referencedCollectionTypes
== null)
67
return
_referencedCollectionTypes
;