1 write to s_IContractInReflectionLoaderContext
System.AddIn (1)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
169s_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)
128System.Diagnostics.Contracts.Contract.Assert(s_IContractInReflectionLoaderContext != null); 129return s_IContractInReflectionLoaderContext;