1 write to s_AddInBaseAttrInReflectionLoaderContext
System.AddIn (1)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
173
s_AddInBaseAttrInReflectionLoaderContext
= systemAddInInReflLoaderContext.GetType("System.AddIn.Pipeline.AddInBaseAttribute", true);
2 references to s_AddInBaseAttrInReflectionLoaderContext
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (2)
149
System.Diagnostics.Contracts.Contract.Assert(
s_AddInBaseAttrInReflectionLoaderContext
!= null);
150
return
s_AddInBaseAttrInReflectionLoaderContext
;