148 references to ReadUInt16
BinaryFormatTests (1)
GenerateDocumentationAndConfigFiles (2)
Metrics (2)
Metrics.Legacy (2)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.Build.Tasks.Core (3)
Microsoft.CodeAnalysis (12)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.Test.Utilities (14)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.DotNet.SignCheckLibrary (58)
Interop\PortableExecutable\ImageDosHeader.cs (30)
111e_magic = reader.ReadUInt16(),
112e_cblp = reader.ReadUInt16(),
113e_cp = reader.ReadUInt16(),
114e_crlc = reader.ReadUInt16(),
115e_cparhdr = reader.ReadUInt16(),
116e_minalloc = reader.ReadUInt16(),
117e_maxalloc = reader.ReadUInt16(),
118e_ss = reader.ReadUInt16(),
119e_sp = reader.ReadUInt16(),
120e_csum = reader.ReadUInt16(),
121e_ip = reader.ReadUInt16(),
122e_cs = reader.ReadUInt16(),
123elfarlc = reader.ReadUInt16(),
124e_ovno = reader.ReadUInt16(),
125e_res = new UInt16[] { reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16() },
126e_oemid = reader.ReadUInt16(),
127e_oeminfo = reader.ReadUInt16(),
128e_res2 = new UInt16[] { reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16(), reader.ReadUInt16() },
Interop\PortableExecutable\ImageOptionalHeader.cs (18)
307Magic = (ImageOptionalHeaderMagic)reader.ReadUInt16(),
319MajorOperatingSystemVersion = reader.ReadUInt16(),
320MinorOperatingSystemVersion = reader.ReadUInt16(),
321MajorImageVersion = reader.ReadUInt16(),
322MinorImageVersion = reader.ReadUInt16(),
323MajorSubsystemVersion = reader.ReadUInt16(),
324MinorSubsystemVersion = reader.ReadUInt16(),
329Subsystem = (SubSystem)reader.ReadUInt16(),
330DllCharacteristics = (DllCharacteristics)reader.ReadUInt16(),
376Magic = (ImageOptionalHeaderMagic)reader.ReadUInt16(),
387MajorOperatingSystemVersion = reader.ReadUInt16(),
388MinorOperatingSystemVersion = reader.ReadUInt16(),
389MajorImageVersion = reader.ReadUInt16(),
390MinorImageVersion = reader.ReadUInt16(),
391MajorSubsystemVersion = reader.ReadUInt16(),
392MinorSubsystemVersion = reader.ReadUInt16(),
397Subsystem = (SubSystem)reader.ReadUInt16(),
398DllCharacteristics = (DllCharacteristics)reader.ReadUInt16(),
Microsoft.DotNet.StrongName (2)
Microsoft.ML.Core (2)
Microsoft.ML.Data (1)
MSBuildTaskHost (1)
PresentationCore (4)
PresentationFramework (2)
Roslyn.Diagnostics.Analyzers (2)
System.Formats.Nrbf (5)
System.Private.CoreLib (3)
System.Reflection.Metadata (1)
System.Resources.Extensions (3)
System.Security.Cryptography (1)
Test.Utilities (2)
Text.Analyzers (2)