1 write to typeA
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
234typeA = typeATemp;
4 references to typeA
mscorlib (4)
system\runtime\serialization\formatters\binary\binaryconverter.cs (4)
268if (typeA == null) 270SerTrace.Log("Converter", "ToType Exit ", (((object)typeA[(int)code] == null)?"null ":typeA[(int)code].Name)); 271return typeA[(int)code];