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)
268
return FormCompoundType(
_format
+ "*", _baseType, 0)!;
273
return FormCompoundType(
_format
+ "&", _baseType, 0)!;
279
return FormCompoundType(
_format
+ "[]", _baseType, 0)!;
286
SymbolType? st = FormCompoundType(
_format
+ s, _baseType, 0) as SymbolType;
350
string? sFormat =
_format
;
353
sFormat = ((SymbolType)baseType).
_format
+ sFormat;