1 write to _crossAppDomainArray
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.Core.cs (1)
38_crossAppDomainArray = _crossAppDomainArray
3 references to _crossAppDomainArray
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (3)
156Debug.Assert(_crossAppDomainArray != null); 157Debug.Assert(index < _crossAppDomainArray.Length, "[System.Runtime.Serialization.Formatters.BinaryObjectReader index out of range for CrossAppDomainArray]"); 158return _crossAppDomainArray[index];