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; 247get { return (_representation & Representation.Name) != 0; } 432_representation |= Representation.Name;