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)
63
get { return (
_representation
& Representation.ReflectionAssembly) != 0; }
218
if ((
_representation
& Representation.ReflectionAssembly) != 0)