1 write to Name
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\SectionHeader.cs (1)
91
Name
= reader.ReadNullPaddedUTF8(NameSize);
5 references to Name
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
232
if (sections[i].
Name
== ".text")
Microsoft.CodeAnalysis (2)
CvtRes.cs (2)
186
if (sectionHeader.
Name
== ".rsrc$01")
191
else if (sectionHeader.
Name
== ".rsrc$02")
Microsoft.NET.HostModel (1)
ResourceUpdater.cs (1)
143
if (_reader.PEHeaders.SectionHeaders[i].
Name
== ".rsrc")
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeaders.cs (1)
380
if (SectionHeaders[i].
Name
.Equals(name, StringComparison.Ordinal))