1 write to _format
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
254_format = format.Substring(curIndex, length);
6 references to _format
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (6)
268return FormCompoundType(_format + "*", _baseType, 0)!; 273return FormCompoundType(_format + "&", _baseType, 0)!; 279return FormCompoundType(_format + "[]", _baseType, 0)!; 286SymbolType? st = FormCompoundType(_format + s, _baseType, 0) as SymbolType; 350string? sFormat = _format; 353sFormat = ((SymbolType)baseType)._format + sFormat;