5 writes to FullTypeName
mscorlib (3)
system\runtime\remoting\remotingsurrogateselector.cs (3)
299info.FullTypeName = responseElementName; 329info.FullTypeName = "FormatterWrapper"; 374info.FullTypeName = mcm.MethodName;
System.Management (1)
managementbaseobject.cs (1)
280info.FullTypeName = typeof(ManagementBaseObject).ToString();
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
2793serializationInfo.FullTypeName = tx.PromotedTransaction.GetType().FullName;
8 references to FullTypeName
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
261string fullTypeName = si.FullTypeName;
system\runtime\serialization\objectclonehelper.cs (1)
101typeName = si.FullTypeName;
system\runtime\serialization\objectmanager.cs (1)
517BCLDebug.Trace("SER", "[ObjectManager.CompleteObject]Complete object ", holder.m_id, " of SI Type: ", si.FullTypeName);
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (2)
167if (DataContract.GetClrTypeFullName(objType) != serInfo.FullTypeName) 169throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.ChangingFullTypeNameNotSupported, serInfo.FullTypeName, DataContract.GetClrTypeFullName(objType))));
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
350clrTypeName = serInfo.FullTypeName;
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
519if (DataContract.GetClrTypeFullName(objType) != serInfo.FullTypeName) 532DataContract.GetDefaultStableName(serInfo.FullTypeName, out typeName, out typeNs);