2 writes to _reflectionType
System.AddIn (2)
System\Addin\MiniReflection\TypeInfo.cs (2)
173
_reflectionType
= t;
190
_reflectionType
= type;
5 references to _reflectionType
System.AddIn (5)
System\Addin\MiniReflection\TypeInfo.cs (5)
238
return
_reflectionType
;
275
retVal = new MiniAssembly(
_reflectionType
.Assembly);
309
return
_reflectionType
.IsInterface;
730
foreach(Type implementsIFace in
_reflectionType
.GetInterfaces())
874
foreach (Type interfaceType in
_reflectionType
.GetInterfaces())