10 references to ToStringAndClear
PresentationFramework (1)
System\Windows\ThicknessConverter.cs (1)
176
return handler.
ToStringAndClear
();
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (1)
1147
return handler.
ToStringAndClear
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (1)
1160
return handler.
ToStringAndClear
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (1)
1233
return handler.
ToStringAndClear
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (1)
108
/// <see cref="
ToStringAndClear
" /> is called on any one of them.
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (2)
357
handler.
ToStringAndClear
();
365
handler.
ToStringAndClear
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
711
return handler.
ToStringAndClear
();
1022
return result.
ToStringAndClear
();
System.Runtime.Numerics (1)
System\Numerics\Complex.Generic.cs (1)
447
return handler.
ToStringAndClear
();