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