1 write to s_AddInAttrInReflectionLoaderContext
System.AddIn (1)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
174
s_AddInAttrInReflectionLoaderContext
= systemAddInInReflLoaderContext.GetType("System.AddIn.AddInAttribute", true);
2 references to s_AddInAttrInReflectionLoaderContext
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (2)
156
System.Diagnostics.Contracts.Contract.Assert(
s_AddInAttrInReflectionLoaderContext
!= null);
157
return
s_AddInAttrInReflectionLoaderContext
;