4 writes to ILOffset
ILCompiler.Compiler (4)
Compiler\Logging\MessageOrigin.cs (4)
36
ILOffset
= null;
45
ILOffset
= null;
56
ILOffset
= null;
94
ILOffset
= ilOffset;
3 references to ILOffset
ILCompiler.Compiler (3)
Compiler\Logging\MessageOrigin.cs (3)
122
(FileName, MemberDefinition, SourceLine, SourceColumn,
ILOffset
) == (other.FileName, other.MemberDefinition, other.SourceLine, other.SourceColumn, other.
ILOffset
);
125
public override int GetHashCode() => (FileName, MemberDefinition, SourceLine, SourceColumn,
ILOffset
).GetHashCode();