2 writes to _character
Microsoft.CodeAnalysis (2)
Text\LinePosition.cs (2)
51
_character
= character;
66
_character
= character;
2 references to _character
Microsoft.CodeAnalysis (2)
Text\LinePosition.cs (2)
82
get { return
_character
; }
139
return (result != 0) ? result :
_character
.CompareTo(other.Character);