4 references to _collectibleTable
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ContextAware.cs (4)
67
if (
_collectibleTable
.TryGetValue(t, out ret))
91
if (!
_collectibleTable
.TryGetValue(t, out ret))
93
lock (
_collectibleTable
)
95
return
_collectibleTable
.GetValue(t, k => f(k));