2 writes to _hasCustomFormatter
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
6092
_hasCustomFormatter
= false;
6108
_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)
6141
if (
_hasCustomFormatter
)
6202
if (
_hasCustomFormatter
)
6355
if (
_hasCustomFormatter
)
6409
Debug.Assert(
_hasCustomFormatter
);