1 write to s_AddInAdapterAttrInReflectionLoaderContext
System.AddIn (1)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
172
s_AddInAdapterAttrInReflectionLoaderContext
= systemAddInInReflLoaderContext.GetType("System.AddIn.Pipeline.AddInAdapterAttribute", true);
2 references to s_AddInAdapterAttrInReflectionLoaderContext
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (2)
142
System.Diagnostics.Contracts.Contract.Assert(
s_AddInAdapterAttrInReflectionLoaderContext
!= null);
143
return
s_AddInAdapterAttrInReflectionLoaderContext
;