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