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