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)
238return _reflectionType; 275retVal = new MiniAssembly(_reflectionType.Assembly); 309return _reflectionType.IsInterface; 730foreach(Type implementsIFace in _reflectionType.GetInterfaces()) 874foreach (Type interfaceType in _reflectionType.GetInterfaces())