41 references to GetBoolean
Microsoft.Build (7)
AssemblyNameExtension.cs (5)
128
var hasAssemblyName = info.
GetBoolean
("hasAN");
140
var hasCultureInfo = info.
GetBoolean
("hasCI");
167
isSimpleName = info.
GetBoolean
("isSName");
168
hasProcessorArchitectureInFusionName = info.
GetBoolean
("hasCpuArch");
169
immutable = info.
GetBoolean
("immutable");
Errors\InternalLoggerException.cs (1)
120
initializationException = info.
GetBoolean
("initializationException");
Errors\InvalidProjectFileException.cs (1)
102
hasBeenLogged = info.
GetBoolean
("hasBeenLogged");
Microsoft.Build.Tasks.Core (5)
AssemblyNameExtension.cs (5)
128
var hasAssemblyName = info.
GetBoolean
("hasAN");
140
var hasCultureInfo = info.
GetBoolean
("hasCI");
167
isSimpleName = info.
GetBoolean
("isSName");
168
hasProcessorArchitectureInFusionName = info.
GetBoolean
("hasCpuArch");
169
immutable = info.
GetBoolean
("immutable");
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\RuntimeModuleData.cs (2)
69
var inMemoryModule = info.
GetBoolean
(nameof(ModuleData.InMemoryModule));
70
var isCorLib = info.
GetBoolean
(nameof(ModuleData.IsCorLib));
MSBuild (5)
AssemblyNameExtension.cs (5)
128
var hasAssemblyName = info.
GetBoolean
("hasAN");
140
var hasCultureInfo = info.
GetBoolean
("hasCI");
167
isSimpleName = info.
GetBoolean
("isSName");
168
hasProcessorArchitectureInFusionName = info.
GetBoolean
("hasCpuArch");
169
immutable = info.
GetBoolean
("immutable");
MSBuildTaskHost (5)
AssemblyNameExtension.cs (5)
128
var hasAssemblyName = info.
GetBoolean
("hasAN");
140
var hasCultureInfo = info.
GetBoolean
("hasCI");
167
isSimpleName = info.
GetBoolean
("isSName");
168
hasProcessorArchitectureInFusionName = info.
GetBoolean
("hasCpuArch");
169
immutable = info.
GetBoolean
("immutable");
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
412
_readOnly = _siInfo.
GetBoolean
(ReadOnlyName);
System.Data.Common (9)
System\Data\DataSet.cs (2)
532
_caseSensitive = info.
GetBoolean
("DataSet.CaseSensitive");
536
_enforceConstraints = info.
GetBoolean
("DataSet.EnforceConstraints");
System\Data\DataTable.cs (7)
432
bool caseSensitive = info.
GetBoolean
("DataTable.CaseSensitive");
434
_caseSensitiveUserSet = !info.
GetBoolean
("DataTable.caseSensitiveAmbient");
444
_fNestedInDataset = info.
GetBoolean
("DataTable.NestedInDataSet");
447
_repeatableElement = info.
GetBoolean
("DataTable.RepeatableElement");
475
dc.AllowDBNull = info.
GetBoolean
(string.Format(formatProvider, "DataTable.DataColumn_{0}.AllowDBNull", i));
476
dc.AutoIncrement = info.
GetBoolean
(string.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrement", i));
481
dc.ReadOnly = info.
GetBoolean
(string.Format(formatProvider, "DataTable.DataColumn_{0}.ReadOnly", i));
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
243
bool ignoreCase = info.
GetBoolean
("_ignoreCase");
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (1)
62
bool trackResurrection = info.
GetBoolean
("TrackResurrection"); // Do not rename (binary serialization)
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
46
bool trackResurrection = info.
GetBoolean
("TrackResurrection"); // Do not rename (binary serialization)
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (2)
1218
Checked = info.
GetBoolean
(nameof(Checked));
1230
UseItemStyleForSubItems = info.
GetBoolean
(nameof(UseItemStyleForSubItems));
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1512
CheckedStateInternal = serializationInfo.
GetBoolean
(entry.Name);
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
357
bool isLocked = info.
GetBoolean
("Locked");