207 references to AddValue
mscorlib (127)
system\activationcontext.cs (3)
470info.AddValue("FullName", _applicationIdentity.FullName, typeof(String)); 472info.AddValue("ManifestPaths", _manifestPaths, typeof(String[])); 545info.AddValue("FullName", FullName, typeof(String));
system\AggregateException.cs (1)
302info.AddValue("InnerExceptions", innerExceptions, typeof(Exception[]));
system\argumentexception.cs (1)
94info.AddValue("ParamName", m_paramName, typeof(String));
system\argumentoutofrangeexception.cs (1)
101info.AddValue("ActualValue", m_actualValue, typeof(Object));
system\badimageformatexception.cs (2)
154info.AddValue("BadImageFormat_FileName", _fileName, typeof(String)); 157info.AddValue("BadImageFormat_FusionLog", FusionLog, typeof(String));
system\collections\generic\dictionary.cs (2)
284info.AddValue(ComparerName, HashHelpers.GetEqualityComparerForSerialization(comparer), typeof(IEqualityComparer<TKey>)); 293info.AddValue(KeyValuePairsName, array, typeof(KeyValuePair<TKey, TValue>[]));
system\collections\hashtable.cs (8)
1179info.AddValue(ComparerName, null,typeof(IComparer)); 1180info.AddValue(HashCodeProviderName, null, typeof(IHashCodeProvider)); 1184info.AddValue(ComparerName, c.Comparer, typeof(IComparer)); 1185info.AddValue(HashCodeProviderName, c.HashCodeProvider, typeof(IHashCodeProvider)); 1188info.AddValue(KeyComparerName, keyComparerForSerilization, typeof(IEqualityComparer)); 1197info.AddValue(KeysName, serKeys, typeof(Object[])); 1198info.AddValue(ValuesName, serValues, typeof(Object[])); 1415info.AddValue("ParentTable", _table, typeof(Hashtable));
system\delegateserializationholder.cs (1)
48info.AddValue("Delegate",de,typeof(DelegateEntry));
system\exception.cs (15)
525si.AddValue("MemberType", (int)Int32.Parse(args[0], CultureInfo.InvariantCulture), typeof(Int32)); 526si.AddValue("Name", args[1], typeof(String)); 527si.AddValue("AssemblyName", args[2], typeof(String)); 576info.AddValue("ClassName", GetClassName(), typeof(String)); 577info.AddValue("Message", _message, typeof(String)); 578info.AddValue("Data", _data, typeof(IDictionary)); 579info.AddValue("InnerException", _innerException, typeof(Exception)); 580info.AddValue("HelpURL", _helpURL, typeof(String)); 581info.AddValue("StackTraceString", tempStackTraceString, typeof(String)); 582info.AddValue("RemoteStackTraceString", _remoteStackTraceString, typeof(String)); 583info.AddValue("RemoteStackIndex", _remoteStackIndex, typeof(Int32)); 584info.AddValue("ExceptionMethod", GetExceptionMethodString(), typeof(String)); 586info.AddValue("Source", _source, typeof(String)); 589info.AddValue("WatsonBuckets", _watsonBuckets, typeof(byte[])); 594info.AddValue("SafeSerializationManager", _safeSerializationManager, typeof(SafeSerializationManager));
system\globalization\culturenotfoundexception.cs (2)
86info.AddValue("InvalidCultureId", invalidCultureId, typeof(Nullable<int>)); 87info.AddValue("InvalidCultureName", m_invalidCultureName, typeof(string));
system\io\driveinfo.cs (1)
293info.AddValue(NameField, _name, typeof(String));
system\io\fileloadexception.cs (2)
172info.AddValue("FileLoad_FileName", _fileName, typeof(String)); 176info.AddValue("FileLoad_FusionLog", FusionLog, typeof(String));
system\io\filenotfoundexception.cs (2)
158info.AddValue("FileNotFound_FileName", _fileName, typeof(String)); 162info.AddValue("FileNotFound_FusionLog", FusionLog, typeof(String));
system\io\filesysteminfo.cs (2)
340info.AddValue("OriginalPath", OriginalPath, typeof(String)); 341info.AddValue("FullPath", FullPath, typeof(String));
system\missingmemberexception.cs (3)
94info.AddValue("MMClassName", ClassName, typeof(String)); 95info.AddValue("MMMemberName", MemberName, typeof(String)); 96info.AddValue("MMSignature", Signature, typeof(byte[]));
system\notfinitenumberexception.cs (1)
68info.AddValue("OffendingNumber", _offendingNumber, typeof(Int32));
system\objectdisposedexception.cs (1)
71info.AddValue("ObjectName",ObjectName,typeof(String));
system\reflection\assemblyname.cs (8)
327info.AddValue("_PublicKey", _PublicKey, typeof(byte[])); 328info.AddValue("_PublicKeyToken", _PublicKeyToken, typeof(byte[])); 334info.AddValue("_HashAlgorithm", _HashAlgorithm, typeof(AssemblyHashAlgorithm)); 335info.AddValue("_HashAlgorithmForControl", _HashAlgorithmForControl, typeof(AssemblyHashAlgorithm)); 336info.AddValue("_StrongNameKeyPair", _StrongNameKeyPair, typeof(StrongNameKeyPair)); 337info.AddValue("_VersionCompatibility", _VersionCompatibility, typeof(AssemblyVersionCompatibility)); 338info.AddValue("_Flags", _Flags, typeof(AssemblyNameFlags)); 339info.AddValue("_HashForControl",_HashForControl,typeof(byte[]));
system\reflection\memberinfoserializationholder.cs (6)
43info.AddValue("Name", name, typeof(String)); 44info.AddValue("AssemblyName", assemblyName, typeof(String)); 45info.AddValue("ClassName", typeName, typeof(String)); 46info.AddValue("Signature", signature, typeof(String)); 47info.AddValue("Signature2", signature2, typeof(String)); 49info.AddValue("GenericArguments", genericArguments, typeof(Type[]));
system\reflection\reflectiontypeloadexception.cs (2)
77info.AddValue("Types", _classes, typeof(Type[])); 78info.AddValue("Exceptions", _exceptions, typeof(Exception[]));
system\runtime\compilerservices\RuntimeWrappedException.cs (1)
45info.AddValue("WrappedException", m_wrappedException, typeof(Object));
system\runtime\remoting\message.cs (2)
5214info.AddValue("props", _props, typeof(IDictionary)); 5215info.AddValue("delegate", _delegate, typeof(CrossContextDelegate));
system\runtime\remoting\objref.cs (5)
608info.AddValue("uri", uri, typeof(String)); 610info.AddValue("typeInfo", typeInfo, typeof(IRemotingTypeInfo)); 611info.AddValue("envoyInfo", envoyInfo, typeof(IEnvoyInfo)); 612info.AddValue("channelInfo", GetChannelInfoHelper(), typeof(IChannelInfo)); 616info.AddValue("url", uri, typeof(String));
system\runtime\remoting\remotingsurrogateselector.cs (6)
304info.AddValue(returnElementName, msg.ReturnValue, retType); 317info.AddValue( 359info.AddValue("__WrappedObject", soapFault, _soapFaultType); 400info.AddValue(paramName, args[i], argType); 473info.AddValue("__fault",((IMethodReturnMessage)msg).Exception, _exceptionType); 532info.AddValue(de.Key.ToString(), de.Value, _objectType);
system\runtime\serialization\formatters\soapfault.cs (1)
84info.AddValue("detail", detail, typeof(Object));
system\runtime\serialization\safeserializationmanager.cs (2)
346info.AddValue(RealTypeSerializationName, serializedObject.GetType(), typeof(RuntimeType)); 370info.AddValue("m_serializedStates", m_serializedStates, typeof(List<IDeserializationCallback>));
system\runtime\serialization\serializationinfo.cs (16)
309AddValue(name, value, typeof(Object)); 313AddValue(name, value, value.GetType()); 319AddValue(name, (Object)value, typeof(bool)); 324AddValue(name, (Object)value, typeof(char)); 331AddValue(name, (Object)value, typeof(sbyte)); 336AddValue(name, (Object)value, typeof(byte)); 341AddValue(name, (Object)value, typeof(short)); 347AddValue(name, (Object)value, typeof(ushort)); 352AddValue(name, (Object)value, typeof(int)); 358AddValue(name, (Object)value, typeof(uint)); 363AddValue(name, (Object)value, typeof(long)); 369AddValue(name, (Object)value, typeof(ulong)); 374AddValue(name, (Object)value, typeof(float)); 379AddValue(name, (Object)value, typeof(double)); 384AddValue(name, (Object)value, typeof(decimal)); 389AddValue(name, (Object)value, typeof(DateTime));
system\runtimehandles.cs (3)
904info.AddValue("TypeObj", m_type, typeof(RuntimeType)); 1076info.AddValue("MethodObj", methodInfo, typeof(MethodBase)); 1822info.AddValue("FieldObj",fldInfo, typeof(RuntimeFieldInfo));
system\security\accesscontrol\privilegenotheldexception.cs (1)
56info.AddValue("PrivilegeName", _privilegeName, typeof( string ));
system\security\hostprotectionexception.cs (2)
134info.AddValue(ProtectedResourcesName, ProtectedResources, typeof(HostProtectionResource)); 135info.AddValue(DemandedResourcesName, DemandedResources, typeof(HostProtectionResource));
system\security\securityexception.cs (12)
645info.AddValue(ActionName, m_action, typeof(SecurityAction)); 646info.AddValue(FirstPermissionThatFailedName, m_permissionThatFailed, typeof(String)); 647info.AddValue(DemandedName, m_demanded, typeof(String)); 648info.AddValue(GrantedSetName, m_granted, typeof(String)); 649info.AddValue(RefusedSetName, m_refused, typeof(String)); 650info.AddValue(DeniedName, m_denied, typeof(String)); 651info.AddValue(PermitOnlyName, m_permitOnly, typeof(String)); 652info.AddValue(Assembly_Name, m_assemblyName, typeof(AssemblyName)); 653info.AddValue(MethodName_Serialized, m_serializedMethodInfo, typeof(byte[])); 654info.AddValue(MethodName_String, m_strMethodInfo, typeof(String)); 655info.AddValue(ZoneName, m_zone, typeof(SecurityZone)); 656info.AddValue(UrlName, m_url, typeof(String));
system\threading\executioncontext.cs (1)
1341info.AddValue("LogicalCallContext", _logicalCallContext, typeof(LogicalCallContext));
system\typeinitializationexception.cs (1)
64info.AddValue("TypeName",TypeName,typeof(String));
system\typeloadexception.cs (3)
132info.AddValue("TypeLoadClassName", ClassName, typeof(String)); 133info.AddValue("TypeLoadAssemblyName", AssemblyName, typeof(String)); 134info.AddValue("TypeLoadMessageArg", MessageArg, typeof(String));
system\unityserializationholder.cs (5)
70info.AddValue("ElementTypes", elementTypes.ToArray(), typeof(int[])); 108info.AddValue("DeclaringMethod", type.DeclaringMethod, typeof(MethodBase)); 109info.AddValue("DeclaringType", type.DeclaringType, typeof(Type)); 121info.AddValue("GenericArguments", type.GetGenericArguments(), typeof(Type[])); 137info.AddValue("Data", data, typeof(String));
system\weakreference.cs (1)
117info.AddValue("TrackedObject", Target, typeof(Object));
system\weakreferenceoft.cs (1)
113info.AddValue("TrackedObject", this.Target, typeof(T));
System (37)
compmod\system\collections\generic\linkedlist.cs (1)
295info.AddValue(ValuesName, array, typeof(T[]));
compmod\system\collections\generic\sortedset.cs (6)
2006info.AddValue(maxName, max, typeof(T)); 2007info.AddValue(minName, min, typeof(T)); 2082info.AddValue(ComparerName, comparer, typeof(IComparer<T>)); 2088info.AddValue(ItemsName, items, typeof(T[])); 2224info.AddValue(TreeName, tree, typeof(SortedSet<T>)); 2228info.AddValue(NodeValueName, (current == null ? dummyNode.Item : current.Item), typeof(T));
compmod\system\collections\specialized\nameobjectcollectionbase.cs (9)
141info.AddValue(HashCodeProviderName, CompatibleComparer.DefaultHashCodeProvider, typeof(IHashCodeProvider)); 142info.AddValue(ComparerName, CompatibleComparer.DefaultComparer, typeof(IComparer)); 145info.AddValue(HashCodeProviderName, null, typeof(IHashCodeProvider)); 146info.AddValue(ComparerName, null, typeof(IComparer)); 150info.AddValue(HashCodeProviderName, c.HashCodeProvider, typeof(IHashCodeProvider)); 151info.AddValue(ComparerName, c.Comparer, typeof(IComparer)); 154info.AddValue(KeyComparerName, _keyComparer, typeof(IEqualityComparer)); 170info.AddValue(KeysName, keys, typeof(String[])); 171info.AddValue(ValuesName, values, typeof(Object[]));
compmod\system\collections\specialized\ordereddictionary.cs (1)
364info.AddValue(KeyComparerName, _comparer, typeof(IEqualityComparer));
net\System\Net\filewebrequest.cs (3)
94serializationInfo.AddValue("headers", m_headers, typeof(WebHeaderCollection)); 95serializationInfo.AddValue("proxy", m_proxy, typeof(IWebProxy)); 96serializationInfo.AddValue("uri", m_uri, typeof(Uri));
net\System\Net\filewebresponse.cs (2)
98serializationInfo.AddValue("headers", m_headers, typeof(WebHeaderCollection)); 99serializationInfo.AddValue("uri", m_uri, typeof(Uri));
net\System\Net\HttpWebRequest.cs (4)
5351serializationInfo.AddValue("_HttpRequestHeaders", _HttpRequestHeaders, typeof(WebHeaderCollection)); 5352serializationInfo.AddValue("_Proxy", _Proxy, typeof(IWebProxy)); 5367serializationInfo.AddValue("_Version", ProtocolVersion, typeof(Version)); 5368serializationInfo.AddValue("_OriginUri", _OriginUri, typeof(Uri));
net\System\Net\HttpWebResponse.cs (4)
616serializationInfo.AddValue("m_HttpResponseHeaders", m_HttpResponseHeaders, typeof(WebHeaderCollection)); 617serializationInfo.AddValue("m_Uri", m_Uri, typeof(Uri)); 619serializationInfo.AddValue("m_Certificate", m_Certificate, typeof(X509Certificate)); 621serializationInfo.AddValue("m_Version", ProtocolVersion, typeof(Version));
net\System\Net\mail\SmtpException.cs (1)
129serializationInfo.AddValue("Status", (int)statusCode, typeof(int));
net\System\Net\mail\SmtpFailedRecipientException.cs (1)
78serializationInfo.AddValue("failedRecipient", failedRecipient, typeof(string));
net\System\Net\mail\SmtpFailedRecipientsException.cs (1)
100serializationInfo.AddValue("innerExceptions", innerExceptions, typeof(SmtpFailedRecipientException[]));
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (3)
177info.AddValue(customServiceNamesName, customServiceNames, typeof(ServiceNameCollection)); 181info.AddValue(customChannelBindingName, null, typeof(byte[])); 187info.AddValue(customChannelBindingName, channelBindingData, typeof(byte[]));
services\monitoring\system\diagnosticts\EventLogEntry.cs (1)
564info.AddValue("DataBuffer", buf, typeof(byte[]));
System.Core (2)
System\Collections\Generic\HashSet.cs (2)
369info.AddValue(ComparerName, HashHelpers.GetEqualityComparerForSerialization(m_comparer), typeof(IEqualityComparer<T>)); 378info.AddValue(ElementsName, array, typeof(T[]));
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcException.cs (2)
64si.AddValue("odbcRetcode", _retcode, typeof(ODBC32.RETCODE)); 65si.AddValue("odbcErrors", odbcErrors, typeof(OdbcErrorCollection));
fx\src\data\System\Data\OleDb\OleDbException.cs (1)
52si.AddValue("oledbErrors", oledbErrors, typeof(OleDbErrorCollection));
fx\src\data\System\Data\SqlClient\SqlException.cs (2)
53si.AddValue("Errors", _errors, typeof(SqlErrorCollection)); 54si.AddValue("ClientConnectionId", _clientConnectionId, typeof(Guid));
System.Drawing (4)
commonui\System\Drawing\Icon.cs (3)
1146si.AddValue("IconData", iconData, typeof(byte[])); 1151si.AddValue("IconData", stream.ToArray(), typeof(byte[])); 1153si.AddValue("IconSize", iconSize, typeof(Size));
commonui\System\Drawing\Image.cs (1)
519si.AddValue("Data", stream.ToArray(), typeof(byte[]));
System.Management (1)
managementbaseobject.cs (1)
278info.AddValue("wbemObject", wbemObject, typeof(IWbemClassObjectFreeThreaded));
System.Runtime.DurableInstancing (9)
System\Runtime\DurableInstancing\InstanceKeyCollisionException.cs (2)
70info.AddValue(ConflictingInstanceIdName, ConflictingInstanceId, typeof(Guid)); 71info.AddValue(InstanceKeyName, (InstanceKey != null && InstanceKey.IsValid) ? InstanceKey.Value : Guid.Empty, typeof(Guid));
System\Runtime\DurableInstancing\InstanceKeyCompleteException.cs (1)
65info.AddValue(InstanceKeyName, (InstanceKey != null && InstanceKey.IsValid) ? InstanceKey.Value : Guid.Empty, typeof(Guid));
System\Runtime\DurableInstancing\InstanceKeyNotReadyException.cs (1)
65info.AddValue(InstanceKeyName, (InstanceKey != null && InstanceKey.IsValid) ? InstanceKey.Value : Guid.Empty, typeof(Guid));
System\Runtime\DurableInstancing\InstanceLockedException.cs (2)
90info.AddValue(InstanceOwnerIdName, InstanceOwnerId, typeof(Guid)); 91info.AddValue(SerializableInstanceOwnerMetadataName, SerializableInstanceOwnerMetadata, typeof(ReadOnlyDictionaryInternal<XName, object>));
System\Runtime\DurableInstancing\InstanceOwnerException.cs (1)
63info.AddValue(InstanceOwnerIdName, InstanceOwnerId, typeof(Guid));
System\Runtime\DurableInstancing\InstancePersistenceCommandException.cs (1)
79info.AddValue(InstanceIdName, InstanceId, typeof(Guid));
System\Runtime\DurableInstancing\InstancePersistenceException.cs (1)
70info.AddValue(CommandNameName, CommandName, typeof(XName));
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionException.cs (4)
108info.AddValue("Type", this.Type, typeof(RedirectionType)); 109info.AddValue("Duration", this.Duration, typeof(RedirectionDuration)); 110info.AddValue("Scope", this.Scope, typeof(RedirectionScope)); 111info.AddValue("Locations", this.Locations.ToArray<RedirectionLocation>(), typeof(RedirectionLocation[]));
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceValidationException.cs (1)
61info.AddValue("InnerExceptions", InnerExceptions, typeof(IDictionary<string, Exception>));
System.Windows.Forms (12)
winforms\Managed\System\Resources\ResXDataNode.cs (5)
775si.AddValue("Name", nodeInfo.Name, typeof(string)); 776si.AddValue("Comment", nodeInfo.Comment, typeof(string)); 777si.AddValue("TypeName", nodeInfo.TypeName, typeof(string)); 778si.AddValue("MimeType", nodeInfo.MimeType, typeof(string)); 779si.AddValue("ValueData", nodeInfo.ValueData, typeof(string));
winforms\Managed\System\WinForms\Cursor.cs (2)
546si.AddValue("CursorData", cursorData, typeof(byte[])); 549si.AddValue("CursorResourceId", resourceId, typeof(int));
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
294info.AddValue("Item" + i.ToString(CultureInfo.InvariantCulture), Items[i], typeof(ListViewItem));
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1330info.AddValue("SubItem" + i.ToString(CultureInfo.InvariantCulture), subItems[i], typeof(ListViewSubItem));
winforms\Managed\System\WinForms\TreeNode.cs (3)
1854si.AddValue("PropBag", propBag, typeof(OwnerDrawPropertyBag)); 1878si.AddValue("children" + i, children[i], typeof(TreeNode)); 1883si.AddValue("UserData", userData, userData.GetType());
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\Validation\WorkflowValidationFailedException.cs (1)
58info.AddValue("errors", this.errors, typeof(ValidationErrorCollection));
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
91info.AddValue(MultiTargetingInfo.SerializationItem_TargetFramework, this.targetFramework.FullName, typeof(string));
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (2)
77info.AddValue("lineNumber", this.lineNumber, typeof(int)); 78info.AddValue("columnNumber", this.columnNumber, typeof(int));
WindowsBase (1)
Base\System\IO\FileFormatException.cs (1)
160info.AddValue(