2 writes to _hasCustomFormatter
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
6031
_hasCustomFormatter
= false;
6047
_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)
6080
if (
_hasCustomFormatter
)
6136
if (
_hasCustomFormatter
)
6284
if (
_hasCustomFormatter
)
6338
Debug.Assert(
_hasCustomFormatter
);