1 write to valueA
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
387
valueA
= valueATemp;
4 references to valueA
mscorlib (4)
system\runtime\serialization\formatters\binary\binaryconverter.cs (4)
396
if (
valueA
== null)
399
SerTrace.Log("Converter", "ToComType Exit ",((
valueA
[(int)code] == null)?"null":
valueA
[(int)code]));
401
return
valueA
[(int)code];