1 write to _booleanA
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
513case InternalPrimitiveTypeE.Boolean: _booleanA = (bool[])array; break;
1 reference to _booleanA
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
532_booleanA[index] = bool.Parse(value);