5 references to Representation
System.AddIn (5)
System\Addin\MiniReflection\MiniAssembly.cs (5)
37private Representation _representation; 46_representation = Representation.PEFileReader; 54_representation = Representation.ReflectionAssembly; 63get { return (_representation & Representation.ReflectionAssembly) != 0; } 218if ((_representation & Representation.ReflectionAssembly) != 0)