5 references to ReflectionType
System.AddIn (5)
System\Addin\MiniReflection\TypeInfo.cs (5)
174
_representation |= Representation.
ReflectionType
;
198
_representation = Representation.Name | Representation.AssemblyQualifiedName | Representation.
ReflectionType
;
212
System.Diagnostics.Contracts.Contract.Assert((_representation & Representation.
ReflectionType
) == 0);
224
Representation r = _representation & ~Representation.
ReflectionType
;
258
get { return (_representation & Representation.
ReflectionType
) != 0; }