2 references to GetDeploymentState
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (2)
732
return (PipelineDeploymentState)
GetDeploymentState
(pipelineRoot, PipelineCacheFileName, new Reader(PipelineStateReader), new Builder(BuildPipelineCache));
737
return (AddInDeploymentState)
GetDeploymentState
(addInRoot, AddInCacheFileName, new Reader(AddInStateReader), new Builder(BuildAddInCache));