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