3 references to GetTypeFullName
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
75
typeInformation = objectInfo.
GetTypeFullName
();
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
188
typeName = objectInfo.
GetTypeFullName
();
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1281
nameInfo.NIname = objectInfo.
GetTypeFullName
();