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