17 references to Value
Microsoft.CodeAnalysis.CodeStyle (16)
VirtualChar.cs (16)
108=> ch1.Value == ch2; 159=> this.Value - other.Value; 162=> ch1.Value < ch2.Value; 165=> ch1.Value <= ch2.Value; 168=> ch1.Value > ch2.Value; 171=> ch1.Value >= ch2.Value; 174=> this.Value - other; 177=> ch1.Value < ch2; 180=> ch1.Value <= ch2; 183=> ch1.Value > ch2; 186=> ch1.Value >= ch2;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
RuneExtensions.cs (1)
15=> TryGetEscapeCharacter(ch.Value, out escapedChar);