1 write to _token
System.AddIn (1)
System\Addin\Hosting\AddInControllerImpl.cs (1)
67
_token
= token;
6 references to _token
System.AddIn (6)
System\Addin\Hosting\AddInControllerImpl.cs (6)
207
Path.Combine(
_token
.PipelineRootDirectory, AddInStore.ContractsDirName)));
209
Path.Combine(
_token
.PipelineRootDirectory, AddInStore.AddInAdaptersDirName)));
212
Assembly.LoadFrom(
_token
._contract.Location);
213
Assembly addinAdapterAssembly = Assembly.LoadFrom(
_token
._addinAdapter.Location);
217
ActivationWorker worker = new ActivationWorker(
_token
);
352
return
_token
;