5 references to TrueLiteral
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (5)
54
public static readonly string TrueString =
TrueLiteral
;
87
return
TrueLiteral
;
99
if (
TrueLiteral
.TryCopyTo(destination))
101
charsWritten =
TrueLiteral
.Length;
209
return value.Equals(
TrueLiteral
, StringComparison.OrdinalIgnoreCase);