1 write to _typeInfo
System.AddIn (1)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
73
_typeInfo
= typeInfo;
5 references to _typeInfo
System.AddIn (5)
System\Addin\Hosting\Store\PipelineComponent.cs (5)
84
if (
_typeInfo
.HasReflectionType)
86
IList<CustomAttributeData> cas =CustomAttributeData.GetCustomAttributes(
_typeInfo
.ReflectionType);
215
return
_typeInfo
.Name;
220
get { return
_typeInfo
; }
225
return
_typeInfo
.FullName;