6 references to TrueLiteral
mscorlib (6)
system\boolean.cs (5)
64
public static readonly String TrueString =
TrueLiteral
;
94
return
TrueLiteral
;
101
return
TrueLiteral
;
179
if (
TrueLiteral
.Equals(value, StringComparison.OrdinalIgnoreCase)) {
191
if (
TrueLiteral
.Equals(value, StringComparison.OrdinalIgnoreCase)) {
system\io\textwriter.cs (1)
226
Write(value ? Boolean.
TrueLiteral
: Boolean.FalseLiteral);