20 references to IsBmp
System.Private.CoreLib (18)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (3)
262
if (!rune.
IsBmp
)
275
!rune.
IsBmp
)
2005
!rune.
IsBmp
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (2)
526
if (value.
IsBmp
)
1144
if (value.
IsBmp
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (6)
1480
if (oldRune.
IsBmp
&& newRune.
IsBmp
)
1708
if (separator.
IsBmp
)
2706
if (trimRune.
IsBmp
)
2781
if (trimRune.
IsBmp
)
2848
if (trimRune.
IsBmp
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (1)
55
if (value.
IsBmp
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (6)
252
if (rune.
IsBmp
)
944
if (
IsBmp
)
1147
if (value.
IsBmp
)
1488
return value.
IsBmp
&&
1608
if (value.
IsBmp
)
1629
if (value.
IsBmp
)
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\DefaultJavaScriptEncoder.cs (2)
132
if (value.
IsBmp
)
183
if (value.
IsBmp
)