2 writes to fullTypeName
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
922
this.
fullTypeName
= typeName;
930
this.
fullTypeName
= typeInformation.FullTypeName;
2 references to fullTypeName
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
378
SerTrace.Log( this,objectInfoId," ", objectType," GetTypeFullName isSi ",isSi, " "+cache.
fullTypeName
);
379
return binderTypeName ?? cache.
fullTypeName
;