164 references to GetValue
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Routing (1)
Microsoft.Build (3)
Microsoft.Build.Framework (7)
Microsoft.Private.Windows.Core (1)
Mono.Cecil (1)
PresentationFramework (11)
ReachFramework (6)
System.Collections (3)
System.Collections.Specialized (2)
System.ComponentModel.Composition (1)
System.ComponentModel.TypeConverter (2)
System.Configuration.ConfigurationManager (1)
System.Data.Common (25)
System\Data\DataTable.cs (18)
321string? strSchema = (string?)info.GetValue(KEY_XMLSCHEMA, typeof(string));
322string? strData = (string?)info.GetValue(KEY_XMLDIFFGRAM, typeof(string));
436int lcid = (int)info.GetValue("DataTable.LocaleLCID", typeof(int))!;
450_extendedProperties = (PropertyCollection?)info.GetValue("DataTable.ExtendedProperties", typeof(PropertyCollection));
467string typeName = (string)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.DataType_AssemblyQualifiedName", i), typeof(string))!;
469dc.XmlDataType = (string?)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.XmlDataType", i), typeof(string));
470dc.SimpleType = (SimpleType?)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.SimpleType", i), typeof(SimpleType));
472dc.ColumnMapping = (MappingType)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.ColumnMapping", i), typeof(MappingType))!;
473dc.DateTimeMode = (DataSetDateTime)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.DateTimeMode", i), typeof(DataSetDateTime))!;
480dc.DefaultValue = info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.DefaultValue", i), typeof(object));
485dc.AutoIncrementCurrent = info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrementCurrent", i), typeof(object))!;
494dc._extendedProperties = (PropertyCollection?)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.ExtendedProperties", i), typeof(PropertyCollection));
594ArrayList constraintList = (ArrayList)info.GetValue(string.Format(CultureInfo.InvariantCulture, "DataTable_{0}.Constraints", serIndex), typeof(ArrayList))!;
787BitArray rowStates = (BitArray)info.GetValue(string.Format(formatProvider, "DataTable_{0}.RowStates", serIndex), typeof(BitArray))!;
788ArrayList storeList = (ArrayList)info.GetValue(string.Format(formatProvider, "DataTable_{0}.Records", serIndex), typeof(ArrayList))!;
789ArrayList nullbitList = (ArrayList)info.GetValue(string.Format(formatProvider, "DataTable_{0}.NullBits", serIndex), typeof(ArrayList))!;
790Hashtable rowErrors = (Hashtable)info.GetValue(string.Format(formatProvider, "DataTable_{0}.RowErrors", serIndex), typeof(Hashtable))!;
792Hashtable colErrors = (Hashtable)info.GetValue(string.Format(formatProvider, "DataTable_{0}.ColumnErrors", serIndex), typeof(Hashtable))!;
System.Data.Odbc (1)
System.DirectoryServices.AccountManagement (1)
System.Drawing.Common (5)
System.Management (1)
System.Net.Mail (1)
System.Private.CoreLib (43)
System.Private.Windows.Core (1)
System.Private.Xml (25)
System.Runtime.Numerics (1)
System.Security.Permissions (2)
System.ServiceModel.Primitives (4)
System.Speech (1)
System.Text.Json (2)
System.Transactions.Local (1)
System.Windows.Forms (8)
System.Xaml (2)