1 write to _count
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (1)
491_count = _cache._memberInfos.Length;
5 references to _count
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (5)
492_cache._memberNames = new string[_count]; 493_cache._memberTypes = new Type[_count]; 496for (int i = 0; i < _count; i++) 673_cache._memberTypes = new Type[_count]; 674for (int i = 0; i < _count; i++)