4 writes to ILOffset
ILCompiler.Compiler (4)
Compiler\Logging\MessageOrigin.cs (4)
36ILOffset = null; 45ILOffset = null; 56ILOffset = null; 94ILOffset = 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); 125public override int GetHashCode() => (FileName, MemberDefinition, SourceLine, SourceColumn, ILOffset).GetHashCode();