2 writes to _knownTypeCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (2)
152
_knownTypeCollection
= new ReadOnlyCollection<Type>(knownTypeList);
156
_knownTypeCollection
= new ReadOnlyCollection<Type>(Array.Empty<Type>());
2 references to _knownTypeCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (2)
148
if (
_knownTypeCollection
== null)
159
return
_knownTypeCollection
;