90 references to ReadBoolean
BinaryFormatTests (1)
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
151PrimitiveType.Boolean => reader.ReadBoolean(),
csc (1)
src\Compilers\Shared\BuildProtocol.cs (1)
395var utf8Output = reader.ReadBoolean();
GenerateDocumentationAndConfigFiles (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Metrics (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Metrics.Legacy (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.AspNetCore.Authentication (2)
TicketSerializer.cs (2)
204if (reader.ReadBoolean()) 211if (reader.ReadBoolean())
Microsoft.AspNetCore.Authentication.Twitter (1)
Messages\RequestTokenSerializer.cs (1)
80bool callbackConfirmed = reader.ReadBoolean();
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1739return _binaryReader.ReadBoolean();
Microsoft.Build.Framework (20)
BinaryReaderExtensions.cs (1)
96bool haveMetadata = reader.ReadBoolean();
BinaryTranslator.cs (5)
130value = _reader.ReadBoolean(); 149array[i] = _reader.ReadBoolean(); 209bool hasTaskHostFactory = _reader.ReadBoolean(); 212isTaskHostFactory = _reader.ReadBoolean(); 823bool haveRef = _reader.ReadBoolean();
BuildCheck\BuildCheckEventArgs.cs (2)
87bool isBuiltIn = reader.ReadBoolean(); 106bool isThrottled = reader.ReadBoolean();
BuildException\BuildExceptionBase.cs (1)
119if (reader.ReadBoolean())
BuildFinishedEventArgs.cs (1)
106succeeded = reader.ReadBoolean();
ExternalProjectFinishedEventArgs.cs (1)
111succeeded = reader.ReadBoolean();
ProjectFinishedEventArgs.cs (1)
94succeeded = reader.ReadBoolean();
ProjectImportedEventArgs.cs (1)
85ImportIgnored = reader.ReadBoolean();
TargetFinishedEventArgs.cs (1)
142succeeded = reader.ReadBoolean();
TargetSkippedEventArgs.cs (1)
150OriginallySucceeded = reader.ReadBoolean();
TaskFinishedEventArgs.cs (1)
114succeeded = reader.ReadBoolean();
Telemetry\WorkerNodeTelemetryEventArgs.cs (4)
68var wasExecuted = reader.ReadBoolean(); 88reader.ReadBoolean(), 89reader.ReadBoolean(), 90reader.ReadBoolean());
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildProtocol.cs (1)
395var utf8Output = reader.ReadBoolean();
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Shared\BuildProtocol.cs (1)
395var utf8Output = reader.ReadBoolean();
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Microsoft.ML.Data (2)
Transforms\Normalizer.cs (2)
435bool isVectorOld = ctx.Reader.ReadBoolean(); 452bool isVector = ctx.Reader.ReadBoolean();
Microsoft.ML.ImageAnalytics (1)
ImageLoader.cs (1)
145_useImageType = ctx.Reader.ReadBoolean();
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
189bool treatBigIntegersAsDates = ctx.Reader.ReadBoolean();
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (1)
141var norm = ctx.Reader.ReadBoolean();
Standard\ModelStatistics.cs (1)
271if (!ctx.Reader.ReadBoolean()) // this was used in the old model to denote whether there were stdErrorValues or not.
Microsoft.ML.TimeSeries (2)
SsaAnomalyDetectionBase.cs (1)
237IsAdaptive = ctx.Reader.ReadBoolean();
SsaForecastingBase.cs (1)
159IsAdaptive = ctx.Reader.ReadBoolean();
MSBuildTaskHost (4)
BackEnd\BinaryTranslator.cs (3)
80=> value = Reader.ReadBoolean(); 98array[i] = Reader.ReadBoolean(); 366bool haveRef = Reader.ReadBoolean();
Exceptions\BuildExceptionBase.cs (1)
117if (reader.ReadBoolean())
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
642val[i] = br.ReadBoolean(); 676return br.ReadBoolean();
PresentationFramework (12)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
967bool isShared = _binaryReader.ReadBoolean(); 968bool isSharedSet = _binaryReader.ReadBoolean(); 987bool isShared = _binaryReader.ReadBoolean(); 988bool isSharedSet = _binaryReader.ReadBoolean(); 1304bool isShared = _binaryReader.ReadBoolean(); 1305bool isSharedSet = _binaryReader.ReadBoolean();
System\Windows\Markup\BamlRecords.cs (6)
1477((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1478((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 1659((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1660((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 4012LoadAsync = bamlBinaryReader.ReadBoolean(); 4014DebugBaml = bamlBinaryReader.ReadBoolean();
Replay (1)
src\Compilers\Shared\BuildProtocol.cs (1)
395var utf8Output = reader.ReadBoolean();
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
System.Formats.Nrbf (5)
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
265values.Add((T)(object)reader.ReadBoolean());
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
55MemberPrimitiveTypedRecord<bool> => Create(reader.ReadBoolean()),
System\Formats\Nrbf\NrbfDecoder.cs (1)
245PrimitiveType.Boolean => new MemberPrimitiveTypedRecord<bool>(reader.ReadBoolean()),
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
57(PrimitiveType.Boolean, "System.Boolean", "m_value") => Create(reader.ReadBoolean()),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
83PrimitiveType.Boolean => reader.ReadBoolean(),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
655return _store.ReadBoolean();
System.Private.Xml (11)
System\Xml\Core\XmlWriterSettings.cs (7)
656OmitXmlDeclaration = reader.ReadBoolean(); 666NewLineOnAttributes = reader.ReadBoolean(); 668CloseOutput = reader.ReadBoolean(); 672CheckCharacters = reader.ReadBoolean(); 683_mergeCDataSections = reader.ReadBoolean(); 693_autoXmlDecl = reader.ReadBoolean(); 695ReadOnly = reader.ReadBoolean();
System\Xml\Xsl\QIL\WhitespaceRule.cs (1)
96_preserveSpace = reader.ReadBoolean();
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
413return ReadBoolean() ? ReadString() : null;
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
567return Create((XmlTypeCode)code, /*isStrict:*/reader.ReadBoolean()); 1030if (reader.ReadBoolean())
System.Resources.Extensions (1)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
655return _store.ReadBoolean();
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
234ManualUpdate = binaryReader.ReadBoolean();
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
126public bool ReadBoolean() => _reader.ReadBoolean();
vbc (1)
src\Compilers\Shared\BuildProtocol.cs (1)
395var utf8Output = reader.ReadBoolean();
VBCSCompiler (1)
src\Compilers\Shared\BuildProtocol.cs (1)
395var utf8Output = reader.ReadBoolean();