1 write to memberPrimitiveUnTyped
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
1060
memberPrimitiveUnTyped
= new MemberPrimitiveUnTyped();
5 references to memberPrimitiveUnTyped
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryparser.cs (5)
1059
if (
memberPrimitiveUnTyped
== null)
1061
memberPrimitiveUnTyped
.Set((InternalPrimitiveTypeE)expectedTypeInformation);
1062
memberPrimitiveUnTyped
.Read(this);
1063
memberPrimitiveUnTyped
.Dump();
1066
prs.PRvarValue =
memberPrimitiveUnTyped
.value;