17 references to Value
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
EmbeddedLanguages\AspNetCoreVirtualChar.cs (1)
36
/// <inheritdoc cref="VirtualChar.
Value
"/>
Microsoft.CodeAnalysis.Workspaces (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualChar.cs (16)
107
=> ch1.
Value
== ch2;
141
=> this.
Value
- other.
Value
;
144
=> ch1.
Value
< ch2.
Value
;
147
=> ch1.
Value
<= ch2.
Value
;
150
=> ch1.
Value
> ch2.
Value
;
153
=> ch1.
Value
>= ch2.
Value
;
156
=> this.
Value
- other;
159
=> ch1.
Value
< ch2;
162
=> ch1.
Value
<= ch2;
165
=> ch1.
Value
> ch2;
168
=> ch1.
Value
>= ch2;