2 writes to _hasCustomFormatter
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
2834
_hasCustomFormatter
= false;
2847
_hasCustomFormatter
= provider is not null && DefaultInterpolatedStringHandler.HasCustomFormatter(provider);
4 references to _hasCustomFormatter
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (4)
2868
if (
_hasCustomFormatter
)
2939
if (
_hasCustomFormatter
)
3104
if (!
_hasCustomFormatter
)
3149
Debug.Assert(
_hasCustomFormatter
);