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)
6090if (_hasCustomFormatter) 6151if (_hasCustomFormatter) 6304if (_hasCustomFormatter) 6358Debug.Assert(_hasCustomFormatter);