92 references to GetInt32
mscorlib (16)
system\collections\generic\dictionary.cs (2)
407int realVersion = siInfo.GetInt32(VersionName); 408int hashsize = siInfo.GetInt32(HashSizeName);
system\collections\hashtable.cs (2)
1243hashsize = siInfo.GetInt32(HashSizeName); 1290version = siInfo.GetInt32(VersionName);
system\diagnostics\contracts\contractsbcl.cs (1)
248_Kind = (ContractFailureKind)info.GetInt32("Kind");
system\exception.cs (2)
95_remoteStackIndex = info.GetInt32("RemoteStackIndex"); 98HResult = info.GetInt32("HResult");
system\notfinitenumberexception.cs (1)
54_offendingNumber = info.GetInt32("OffendingNumber");
system\reflection\assemblyname.cs (1)
352int lcid = (int)m_siInfo.GetInt32("_CultureInfo");
system\reflection\memberinfoserializationholder.cs (1)
85m_memberType = (MemberTypes)info.GetInt32("MemberType");
system\runtime\remoting\message.cs (1)
5034_targetDomainID = info.GetInt32("targetDomainID");
system\text\stringbuilder.cs (2)
195persistedMaxCapacity = info.GetInt32(MaxCapacityField); 201persistedCapacity = info.GetInt32(CapacityField);
system\typeloadexception.cs (1)
114ResourceId = info.GetInt32("TypeLoadResourceID");
system\unityserializationholder.cs (2)
173m_unityType = info.GetInt32("UnityType"); 182m_genericParameterPosition = info.GetInt32("GenericParameterPosition");
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XAMLParseException.cs (2)
248_lineNumber = info.GetInt32("Line"); 249_linePosition = info.GetInt32("Position");
PresentationFramework (5)
src\Framework\System\Windows\Markup\XamlParseException.cs (2)
248_lineNumber = info.GetInt32("Line"); 249_linePosition = info.GetInt32("Position");
src\Framework\System\Windows\Navigation\Journal.cs (2)
84_currentEntryIndex = info.GetInt32("_currentEntryIndex"); 86_journalEntryId = info.GetInt32("_journalEntryId");
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
122_id = info.GetInt32("_id");
System (30)
compmod\system\collections\generic\linkedlist.cs (4)
304int realVersion = siInfo.GetInt32(VersionName); 305int count = siInfo.GetInt32(CountName); 571version = siInfo.GetInt32(VersionName); 573index = siInfo.GetInt32(IndexName);
compmod\system\collections\generic\sortedset.cs (5)
2029int savedCount = siInfo.GetInt32(CountName); 2047underlying.version = siInfo.GetInt32(VersionName); 2106int savedCount = siInfo.GetInt32(CountName); 2120version = siInfo.GetInt32(VersionName); 2241version = siInfo.GetInt32(EnumVersionName);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
220count = info.GetInt32(CountName); 230serializedVersion = info.GetInt32(VersionName);
compmod\system\collections\specialized\ordereddictionary.cs (1)
285_initialCapacity = _siInfo.GetInt32(InitCapacityName);
compmod\system\componentmodel\Win32Exception.cs (1)
79nativeErrorCode = info.GetInt32("NativeErrorCode");
net\System\Net\filewebrequest.cs (2)
72m_timeout = serializationInfo.GetInt32("timeout"); 73m_fileAccess = (FileAccess )serializationInfo.GetInt32("fileAccess");
net\System\Net\filewebresponse.cs (1)
77m_fileAccess = (FileAccess )serializationInfo.GetInt32("fileAccess");
net\System\Net\HttpWebRequest.cs (6)
5282HttpWriteMode = (HttpWriteMode)serializationInfo.GetInt32("_HttpWriteMode"); 5283_MaximumAllowedRedirections = serializationInfo.GetInt32("_MaximumAllowedRedirections"); 5284_AutoRedirects = serializationInfo.GetInt32("_AutoRedirects"); 5285_Timeout = serializationInfo.GetInt32("_Timeout"); 5289_ReadWriteTimeout = serializationInfo.GetInt32("_ReadWriteTimeout"); 5295_MaximumResponseHeadersLength = serializationInfo.GetInt32("_MaximumResponseHeadersLength");
net\System\Net\HttpWebResponse.cs (1)
582m_StatusCode = (HttpStatusCode)serializationInfo.GetInt32("m_StatusCode");
net\System\Net\mail\SmtpException.cs (1)
103statusCode = (SmtpStatusCode)serializationInfo.GetInt32("Status");
net\System\Net\WebHeaderCollection.cs (1)
1018int count = serializationInfo.GetInt32("Count");
regex\system\text\regularexpressions\Regex.cs (1)
322: this(info.GetString("pattern"), (RegexOptions) info.GetInt32("options")) {
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
88policyEnforcement = (PolicyEnforcement)info.GetInt32(policyEnforcementName); 89protectionScenario = (ProtectionScenario)info.GetInt32(protectionScenarioName);
sys\system\configuration\ConfigurationException.cs (1)
39Init(info.GetString("filename"), info.GetInt32("line"));
sys\System\IO\compression\ZLibException.cs (1)
96ZErrorCode errCode = (ZErrorCode) info.GetInt32("zlibErrorCode");
System.Activities (3)
System\Activities\ExpressionParser\SourceExpressionException.cs (3)
49int length = info.GetInt32("count"); 55int line = info.GetInt32("line" + index); 56int column = info.GetInt32("column" + index);
System.AddIn (1)
System\Addin\MiniReflection\TypeInfo.cs (1)
211_representation = (Representation) info.GetInt32(RepresentationFieldName);
System.Configuration (2)
System\Configuration\ConfigurationErrorsException.cs (2)
174firstLine = info.GetInt32(SERIALIZATION_PARAM_LINE); 179count = info.GetInt32(SERIALIZATION_PARAM_ERROR_COUNT);
System.Core (2)
System\Collections\Generic\HashSet.cs (2)
397int capacity = m_siInfo.GetInt32(CapacityName); 420m_version = m_siInfo.GetInt32(VersionName);
System.Data (8)
fx\src\data\System\Data\DataSet.cs (1)
356int tableCount = info.GetInt32("DataSet.Tables.Count");
fx\src\data\System\Data\DataTable.cs (5)
405MinimumCapacity = info.GetInt32("DataTable.MinimumCapacity"); 418int colCount = info.GetInt32("DataTable.Columns.Count"); 445dc.MaxLength= info.GetInt32(String.Format(formatProvider, "DataTable.DataColumn_{0}.MaxLength", i)); 710int rowCount = info.GetInt32(String.Format(formatProvider, "DataTable_{0}.Rows.Count", serIndex)); 711int recordCount = info.GetInt32(String.Format(formatProvider, "DataTable_{0}.Records.Count", serIndex));
fx\src\data\System\Data\SimpleType.cs (2)
70this.maxLength = info.GetInt32("SimpleType.MaxLength"); 71this.length = info.GetInt32("SimpleType.Length");
System.Data.Entity (2)
System\Data\EntitySqlException.cs (2)
94_line = serializationInfo.GetInt32("Line"); 95_column = serializationInfo.GetInt32("Column");
System.Data.Services (1)
System\Data\Services\DataServiceException.cs (1)
202this.statusCode = serializationInfo.GetInt32("statusCode");
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceClientException.cs (1)
99this.statusCode = serializationInfo.GetInt32("statusCode");
System.Messaging (1)
System\Messaging\MessageQueueException.cs (1)
46nativeErrorCode = info.GetInt32("NativeErrorCode");
System.Net (4)
net\PeerToPeer\Cloud.cs (1)
332m_ScopeId = info.GetInt32("_CloudScopeId");
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
78m_peerScope = (PeerScope) serializationInfo.GetInt32("_Scope");
net\PeerToPeer\Collaboration\PeerObject.cs (1)
71m_peerScope = (PeerScope) serializationInfo.GetInt32("_Scope");
net\PeerToPeer\PeerNameRegistration.cs (1)
691m_Port = info.GetInt32("_Port");
System.Web (3)
HttpException.cs (2)
151_httpCode = info.GetInt32("_httpCode"); 499_line = info.GetInt32("_line");
Security\RolePrincipal.cs (1)
359_Version = info.GetInt32("_Version");
System.Web.ApplicationServices (1)
Security\MembershipCreateUserException.cs (1)
28_StatusCode = (MembershipCreateStatus)info.GetInt32("_StatusCode");
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1259imageIndex = info.GetInt32(entry.Name); 1265SubItemCount = info.GetInt32(entry.Name);
winforms\Managed\System\WinForms\TreeNode.cs (4)
1423imageIndex = serializationInfo.GetInt32(entry.Name); 1426selectedImageIndex = serializationInfo.GetInt32(entry.Name); 1438stateImageIndex = serializationInfo.GetInt32(entry.Name); 1441childCount = serializationInfo.GetInt32(entry.Name);
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (2)
66this.lineNumber = info.GetInt32("lineNumber"); 67this.columnNumber = info.GetInt32("columnNumber");
System.Workflow.Runtime (1)
Tracking.cs (1)
1082this._eventOrderId = info.GetInt32("eventOrderId");
WindowsBase (1)
Base\System\Security\RightsManagement\Exceptions.cs (1)
138_failureCode = (RightsManagementFailureCode)info.GetInt32(_serializationFailureCodeAttributeName);