6 references to FormatTypeName
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
304sbName.Append(ReturnType.FormatTypeName());
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBase.cs (1)
101string typeName = t.FormatTypeName();
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
105string typeName = ParameterType.FormatTypeName();
src\System\Reflection\RuntimeFieldInfo.cs (1)
55return FieldType.FormatTypeName() + " " + Name;
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
140sbName.Append(ReturnType.FormatTypeName());
src\System\Reflection\RuntimePropertyInfo.cs (1)
120sbName.Append(PropertyType.FormatTypeName());