3 writes to _hasCustomFormatter
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (3)
60_hasCustomFormatter = false; 73_hasCustomFormatter = provider is not null && HasCustomFormatter(provider); 88_hasCustomFormatter = provider is not null && HasCustomFormatter(provider);
5 references to _hasCustomFormatter
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (5)
244if (_hasCustomFormatter) 311if (_hasCustomFormatter) 464if (!_hasCustomFormatter && 485if (_hasCustomFormatter) 543Debug.Assert(_hasCustomFormatter);