4 writes to SourceLine
ILCompiler.Compiler (4)
Compiler\Logging\MessageOrigin.cs (4)
33SourceLine = sourceLine; 43SourceLine = sourceLine; 53SourceLine = sourceLine; 92SourceLine = correspondingSequencePoint?.LineNumber;
5 references to SourceLine
ILCompiler.Compiler (5)
Compiler\Logging\MessageOrigin.cs (5)
109if (SourceLine.HasValue) 111sb.Append('(').Append(SourceLine); 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();