7 references to ToStringAndClear
PresentationFramework (1)
System\Windows\ThicknessConverter.cs (1)
176
return handler.
ToStringAndClear
();
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (1)
108
/// <see cref="
ToStringAndClear
" /> is called on any one of them.
src\libraries\System.Private.CoreLib\src\System\String.cs (2)
353
handler.
ToStringAndClear
();
361
handler.
ToStringAndClear
();
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
692
return handler.
ToStringAndClear
();
1003
return result.
ToStringAndClear
();
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
374
return handler.
ToStringAndClear
();