5 references to FullName
mscorlib (5)
system\reflection\emit\aqnbuilder.cs (2)
105
if (format == Format.
FullName
|| format == Format.AssemblyQualifiedName)
182
Format genericArgumentsFormat = format == Format.
FullName
? Format.AssemblyQualifiedName : format;
system\reflection\emit\symboltype.cs (1)
392
return TypeNameBuilder.ToString(this, TypeNameBuilder.Format.
FullName
);
system\reflection\emit\typebuilder.cs (1)
1101
m_strFullQualName = TypeNameBuilder.ToString(this, TypeNameBuilder.Format.
FullName
);
system\reflection\emit\typebuilderinstantiation.cs (1)
116
m_strFullQualName = TypeNameBuilder.ToString(this, TypeNameBuilder.Format.
FullName
);