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; 212System.Diagnostics.Contracts.Contract.Assert((_representation & Representation.ReflectionType) == 0); 224Representation r = _representation & ~Representation.ReflectionType; 258get { return (_representation & Representation.ReflectionType) != 0; }