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)
6141if (_hasCustomFormatter) 6202if (_hasCustomFormatter) 6355if (_hasCustomFormatter) 6409Debug.Assert(_hasCustomFormatter);