7 references to AssemblyQualifiedName
System.AddIn (7)
System\Addin\MiniReflection\TypeInfo.cs (7)
105
_representation = Representation.Token | Representation.Name | Representation.
AssemblyQualifiedName
;
121
_representation = Representation.Token | Representation.Name | Representation.
AssemblyQualifiedName
;
183
_representation |= Representation.
AssemblyQualifiedName
;
198
_representation = Representation.Name | Representation.
AssemblyQualifiedName
| Representation.ReflectionType;
243
get { return (_representation & Representation.
AssemblyQualifiedName
) != 0; }
381
_representation |= Representation.
AssemblyQualifiedName
;
403
_representation |= Representation.
AssemblyQualifiedName
;