2 writes to _hasCustomFormatter
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
2966_hasCustomFormatter = false; 2979_hasCustomFormatter = provider is not null && DefaultInterpolatedStringHandler.HasCustomFormatter(provider);
4 references to _hasCustomFormatter
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (4)
3000if (_hasCustomFormatter) 3071if (_hasCustomFormatter) 3236if (!_hasCustomFormatter) 3281Debug.Assert(_hasCustomFormatter);