2 writes to _hasCustomFormatter
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
2966
_hasCustomFormatter
= false;
2979
_hasCustomFormatter
= provider is not null && DefaultInterpolatedStringHandler.HasCustomFormatter(provider);
4 references to _hasCustomFormatter
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (4)
3000
if (
_hasCustomFormatter
)
3071
if (
_hasCustomFormatter
)
3236
if (!
_hasCustomFormatter
)
3281
Debug.Assert(
_hasCustomFormatter
);