10 references to FormCompoundType
System.Reflection.Emit (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (6)
197
return
FormCompoundType
(format, symbolType, curIndex);
206
return
FormCompoundType
(format, symbolType, curIndex);
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;
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (4)
145
SymbolType.
FormCompoundType
("*", this, 0)!;
148
SymbolType.
FormCompoundType
("&", this, 0)!;
152
SymbolType.
FormCompoundType
("[]", this, 0)!;
156
SymbolType.
FormCompoundType
(SymbolType.FormatRank(rank), this, 0)!;