1 write to _typeFlags
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
29
_typeFlags
= typeFlags;
3 references to _typeFlags
ILCompiler.Compiler (3)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (3)
33
public byte ByteSize =>
_typeFlags
switch
54
if (
_typeFlags
== TypeFlags.Void)
62
var (name, encoding, byteSize) =
_typeFlags
switch