7 references to ToStringAndClear
PresentationFramework (1)
System\Windows\ThicknessConverter.cs (1)
176return 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)
353handler.ToStringAndClear(); 361handler.ToStringAndClear();
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
692return handler.ToStringAndClear(); 1003return result.ToStringAndClear();
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
374return handler.ToStringAndClear();