17 references to Value
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
EmbeddedLanguages\AspNetCoreVirtualChar.cs (1)
37
/// <inheritdoc cref="VirtualChar.
Value
"/>
Microsoft.CodeAnalysis.Workspaces (16)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualChar.cs (16)
108
=> ch1.
Value
== ch2;
142
=> this.
Value
- other.
Value
;
145
=> ch1.
Value
< ch2.
Value
;
148
=> ch1.
Value
<= ch2.
Value
;
151
=> ch1.
Value
> ch2.
Value
;
154
=> ch1.
Value
>= ch2.
Value
;
157
=> this.
Value
- other;
160
=> ch1.
Value
< ch2;
163
=> ch1.
Value
<= ch2;
166
=> ch1.
Value
> ch2;
169
=> ch1.
Value
>= ch2;