2 writes to _hasCustomFormatter
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
6041
_hasCustomFormatter
= false;
6057
_hasCustomFormatter
= provider is not null && DefaultInterpolatedStringHandler.HasCustomFormatter(provider);
4 references to _hasCustomFormatter
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (4)
6090
if (
_hasCustomFormatter
)
6151
if (
_hasCustomFormatter
)
6304
if (
_hasCustomFormatter
)
6358
Debug.Assert(
_hasCustomFormatter
);