122 references to AddValue
mscorlib (37)
system\collections\generic\dictionary.cs (2)
281
info.
AddValue
(VersionName, version);
289
info.
AddValue
(HashSizeName, buckets == null ? 0 : buckets.Length); //This is the length of the bucket array.
system\collections\hashtable.cs (2)
1162
info.
AddValue
(VersionName, version);
1192
info.
AddValue
(HashSizeName, buckets.Length); //This is the length of the bucket array.
system\exception.cs (1)
585
info.
AddValue
("HResult", HResult);
system\reflection\assemblyname.cs (1)
330
info.
AddValue
("_CultureInfo", (_CultureInfo == null) ? -1 :_CultureInfo.LCID);
system\reflection\memberinfoserializationholder.cs (1)
48
info.
AddValue
("MemberType", (int)type);
system\reflection\parameterinfo.cs (2)
436
info.
AddValue
("PositionImpl", Position);
437
info.
AddValue
("_token", m_tkParamDef);
system\runtime\remoting\message.cs (1)
5218
info.
AddValue
("targetDomainID", _targetDomainID);
system\runtime\remoting\objref.cs (1)
609
info.
AddValue
("objrefFlags", (int) objrefFlags);
system\runtime\remoting\remotingsurrogateselector.cs (1)
198
info.
AddValue
("fIsMarshalled", 0);
system\text\basecodepageencoding.cs (1)
192
info.
AddValue
(m_bUseMlangTypeForSerialization ? "m_maxByteSize" : "maxCharSize",
system\text\encoding.cs (2)
345
info.
AddValue
("m_codePage", this.m_codePage);
351
info.
AddValue
("Encoding+m_codePage", this.m_codePage);
system\text\gb18030encoding.cs (1)
907
info.
AddValue
("m_leftOverBytes", (int)0);
system\text\isciiencoding.cs (1)
105
info.
AddValue
("m_maxByteSize", 2);
system\text\latin1encoding.cs (2)
53
info.
AddValue
("CodePageEncoding+maxCharSize", 1);
56
info.
AddValue
("CodePageEncoding+m_codePage", this.CodePage);
system\text\stringbuilder.cs (3)
251
info.
AddValue
(MaxCapacityField, m_MaxCapacity);
252
info.
AddValue
(CapacityField, Capacity);
255
info.
AddValue
(ThreadIDField, 0);
system\text\unicodeencoding.cs (1)
2065
info.
AddValue
("lastByte", this.lastByte);
system\text\utf7encoding.cs (4)
936
info.
AddValue
("bits", this.bits);
937
info.
AddValue
("bitCount", this.bitCount);
1000
info.
AddValue
("bits", this.bits);
1001
info.
AddValue
("bitCount", this.bitCount);
system\text\utf8encoding.cs (5)
2467
info.
AddValue
("surrogateChar", this.surrogateChar);
2542
info.
AddValue
("wbits", this.bits); // Special whidbey bits name
2546
info.
AddValue
("bits", (int)0);
2547
info.
AddValue
("trailCount", (int)0);
2549
info.
AddValue
("byteSequence", (int)0);
system\typeloadexception.cs (1)
135
info.
AddValue
("TypeLoadResourceID", ResourceId);
system\unityserializationholder.cs (4)
41
info.
AddValue
("UnityType", MissingUnity);
106
info.
AddValue
("UnityType", GenericParameterTypeUnity);
107
info.
AddValue
("GenericParameterPosition", type.GenericParameterPosition);
138
info.
AddValue
("UnityType", unityType);
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XAMLParseException.cs (2)
275
info.
AddValue
("Line", (Int32)_lineNumber);
276
info.
AddValue
("Position", (Int32)_linePosition);
PresentationFramework (5)
src\Framework\System\Windows\Markup\XamlParseException.cs (2)
275
info.
AddValue
("Line", (Int32)_lineNumber);
276
info.
AddValue
("Position", (Int32)_linePosition);
src\Framework\System\Windows\Navigation\Journal.cs (2)
73
info.
AddValue
("_currentEntryIndex", _currentEntryIndex);
74
info.
AddValue
("_journalEntryId", _journalEntryId);
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
147
info.
AddValue
("_id", _id);
System (23)
compmod\system\collections\generic\linkedlist.cs (4)
290
info.
AddValue
(VersionName, version);
291
info.
AddValue
(CountName, count); //This is the length of the bucket array.
556
info.
AddValue
(VersionName, version);
558
info.
AddValue
(IndexName, index);
compmod\system\collections\generic\sortedset.cs (3)
2081
info.
AddValue
(CountName, count); //This is the length of the bucket array.
2083
info.
AddValue
(VersionName, version);
2225
info.
AddValue
(EnumVersionName, version);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
159
info.
AddValue
(CountName, count);
172
info.
AddValue
(VersionName, _version);
compmod\system\collections\specialized\ordereddictionary.cs (1)
366
info.
AddValue
(InitCapacityName, _initialCapacity);
compmod\system\componentmodel\Win32Exception.cs (1)
162
info.
AddValue
("NativeErrorCode", nativeErrorCode);
net\System\Net\filewebrequest.cs (1)
100
serializationInfo.
AddValue
("timeout", m_timeout);
net\System\Net\HttpWebRequest.cs (5)
5358
serializationInfo.
AddValue
("_MaximumAllowedRedirections", _MaximumAllowedRedirections);
5359
serializationInfo.
AddValue
("_AutoRedirects", _AutoRedirects);
5360
serializationInfo.
AddValue
("_Timeout", _Timeout);
5361
serializationInfo.
AddValue
("_ReadWriteTimeout", _ReadWriteTimeout);
5362
serializationInfo.
AddValue
("_MaximumResponseHeadersLength", _MaximumResponseHeadersLength);
net\System\Net\WebHeaderCollection.cs (1)
1044
serializationInfo.
AddValue
("Count", Count);
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
175
info.
AddValue
(policyEnforcementName, (int)policyEnforcement);
176
info.
AddValue
(protectionScenarioName, (int)protectionScenario);
sys\system\configuration\ConfigurationException.cs (1)
84
info.
AddValue
("line", _line);
sys\System\IO\compression\ZLibException.cs (1)
105
si.
AddValue
("zlibErrorCode", (Int32) this.zlibErrorCode);
sys\system\Media\SoundPlayer.cs (1)
719
info.
AddValue
("LoadTimeout", this.loadTimeout);
System.Activities (4)
System\Activities\ExpressionParser\SourceExpressionException.cs (4)
85
info.
AddValue
("count", 0);
89
info.
AddValue
("count", this.errors.Length);
95
info.
AddValue
("line" + index, error.Line);
96
info.
AddValue
("column" + index, error.Column);
System.Configuration (2)
System\Configuration\ConfigurationErrorsException.cs (2)
213
info.
AddValue
(SERIALIZATION_PARAM_LINE, Line);
232
info.
AddValue
(SERIALIZATION_PARAM_ERROR_COUNT, subErrors);
System.Core (3)
System\Collections\Generic\HashSet.cs (2)
366
info.
AddValue
(VersionName, m_version);
374
info.
AddValue
(CapacityName, m_buckets == null ? 0 : m_buckets.Length);
System\Diagnostics\Eventing\Reader\EventLogException.cs (1)
67
info.
AddValue
("errorCode", errorCode);
System.Data (12)
fx\src\data\System\Data\CodeGen\StrongTypingException.cs (2)
105
info.
AddValue
(KEY_ARRAYCOUNT, errorList.Count);
111
info.
AddValue
(KEY_ARRAYCOUNT, 0);
fx\src\data\System\Data\DataSet.cs (2)
291
info.
AddValue
("DataSet.Tables.Count", Tables.Count);
417
info.
AddValue
("DataSet.LocaleLCID", Locale.LCID);
fx\src\data\System\Data\DataTable.cs (6)
324
info.
AddValue
("DataTable.LocaleLCID", Locale.LCID);
325
info.
AddValue
("DataTable.MinimumCapacity", recordManager.MinimumCapacity);
338
info.
AddValue
("DataTable.Columns.Count", Columns.Count);
362
info.
AddValue
(String.Format(formatProvider, "DataTable.DataColumn_{0}.MaxLength", i), Columns[i].MaxLength);
691
info.
AddValue
(String.Format(formatProvider, "DataTable_{0}.Rows.Count", serIndex), rowCount);
692
info.
AddValue
(String.Format(formatProvider, "DataTable_{0}.Records.Count", serIndex), recordCount);
fx\src\data\System\Data\SimpleType.cs (2)
83
info.
AddValue
("SimpleType.MaxLength", this.maxLength);
84
info.
AddValue
("SimpleType.Length", this.length);
System.Data.Entity (2)
System\Data\EntitySqlException.cs (2)
298
info.
AddValue
("Line", _line);
299
info.
AddValue
("Column", _column);
System.Data.Services (1)
System\Data\Services\DataServiceException.cs (1)
262
info.
AddValue
("statusCode", this.statusCode);
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceClientException.cs (1)
135
info.
AddValue
("statusCode", this.statusCode);
System.Data.SqlXml (6)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
31
info.
AddValue
("StartChar" , startChar);
32
info.
AddValue
("EndChar" , endChar);
System\Xml\Xsl\XslException.cs (4)
111
info.
AddValue
("StartLine", lineInfo.Start.Line);
112
info.
AddValue
("StartPos" , lineInfo.Start.Pos );
113
info.
AddValue
("EndLine" , lineInfo.End.Line);
114
info.
AddValue
("EndPos" , lineInfo.End.Pos );
System.Messaging (1)
System\Messaging\MessageQueueException.cs (1)
117
info.
AddValue
("NativeErrorCode", nativeErrorCode);
System.Net (2)
net\PeerToPeer\Cloud.cs (1)
359
info.
AddValue
("_CloudScopeId", m_ScopeId);
net\PeerToPeer\PeerNameRegistration.cs (1)
717
info.
AddValue
("_Port", m_Port);
System.Web (3)
HttpException.cs (2)
163
info.
AddValue
("_httpCode", _httpCode);
512
info.
AddValue
("_line", _line);
Security\RolePrincipal.cs (1)
405
info.
AddValue
("_Version", _Version);
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
292
info.
AddValue
("ItemsCount", this.Items.Count);
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1323
info.
AddValue
("ImageIndex", ImageIndexer.Index);
1328
info.
AddValue
("SubItemCount", SubItemCount);
winforms\Managed\System\WinForms\TreeNode.cs (4)
1861
si.
AddValue
("ImageIndex", ImageIndexer.Index);
1863
si.
AddValue
("SelectedImageIndex", SelectedImageIndexer.Index);
1867
si.
AddValue
("StateImageIndex", StateImageIndexer.Index);
1874
si.
AddValue
("ChildCount", childCount);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
31
info.
AddValue
("cid", activity.ContextId);
System.Workflow.Runtime (1)
Tracking.cs (1)
1077
info.
AddValue
("eventOrderId", this._eventOrderId);
System.Xml (6)
System\Xml\Schema\XmlSchemaException.cs (2)
68
info.
AddValue
("lineNumber", lineNumber);
69
info.
AddValue
("linePosition", linePosition);
System\Xml\XmlException.cs (2)
79
info.
AddValue
("lineNumber", lineNumber);
80
info.
AddValue
("linePosition", linePosition);
System\Xml\Xslt\XsltException.cs (2)
60
info.
AddValue
("lineNumber" , lineNumber );
61
info.
AddValue
("linePosition", linePosition);
WindowsBase (1)
Base\System\Security\RightsManagement\Exceptions.cs (1)
160
info.
AddValue
(_serializationFailureCodeAttributeName, (Int32)_failureCode);
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\LoggableException.cs (2)
60
info.
AddValue
("lineNumber", this.lineNumber);
61
info.
AddValue
("columnNumber", this.linePosition);