3 writes to _hasCustomFormatter
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (3)
60
_hasCustomFormatter
= false;
73
_hasCustomFormatter
= provider is not null && HasCustomFormatter(provider);
88
_hasCustomFormatter
= provider is not null && HasCustomFormatter(provider);
5 references to _hasCustomFormatter
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (5)
244
if (
_hasCustomFormatter
)
311
if (
_hasCustomFormatter
)
464
if (!
_hasCustomFormatter
&&
485
if (
_hasCustomFormatter
)
543
Debug.Assert(
_hasCustomFormatter
);