7 references to Name
System.AddIn (7)
System\Addin\MiniReflection\TypeInfo.cs (7)
91
_representation |= Representation.
Name
;
105
_representation = Representation.Token | Representation.
Name
| Representation.AssemblyQualifiedName;
121
_representation = Representation.Token | Representation.
Name
| Representation.AssemblyQualifiedName;
141
_representation = Representation.TypeRef | Representation.
Name
;
198
_representation = Representation.
Name
| Representation.AssemblyQualifiedName | Representation.ReflectionType;
247
get { return (_representation & Representation.
Name
) != 0; }
432
_representation |= Representation.
Name
;