1 write to StartLine
Microsoft.DiaSymReader (1)
Extensions\SymUnmanagedSequencePoint.cs (1)
31
this.
StartLine
= startLine;
2 references to StartLine
Microsoft.DiaSymReader (2)
Extensions\SymUnmanagedSequencePoint.cs (2)
19
public bool IsHidden =>
StartLine
== 0xfeefee;
39
return $"SequencePoint: Offset = {Offset:x4}, Range = ({
StartLine
}, {StartColumn})..({EndLine}, {EndColumn})";