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)
6080if (_hasCustomFormatter) 6136if (_hasCustomFormatter) 6284if (_hasCustomFormatter) 6338Debug.Assert(_hasCustomFormatter);