5 references to FalseLiteral
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (5)
58
public static readonly string FalseString =
FalseLiteral
;
85
return
FalseLiteral
;
107
if (
FalseLiteral
.TryCopyTo(destination))
109
charsWritten =
FalseLiteral
.Length;
214
return value.Equals(
FalseLiteral
, StringComparison.OrdinalIgnoreCase);