1 write to s_IContractInReflectionLoaderContext
System.AddIn (1)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
169
s_IContractInReflectionLoaderContext
= systemAddInContractsInReflLoaderContext.GetType(typeof(System.AddIn.Contract.IContract).FullName, true);
2 references to s_IContractInReflectionLoaderContext
System.AddIn (2)
System\Addin\Hosting\Store\PipelineComponent.cs (2)
128
System.Diagnostics.Contracts.Contract.Assert(
s_IContractInReflectionLoaderContext
!= null);
129
return
s_IContractInReflectionLoaderContext
;