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