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