2 types derived from DeploymentState
System.AddIn (2)
System\Addin\Hosting\AddInDeploymentState.cs (1)
27internal sealed class AddInDeploymentState : DeploymentState
System\Addin\Hosting\PipelineDeploymentState.cs (1)
27internal sealed class PipelineDeploymentState : DeploymentState
8 references to DeploymentState
System.AddIn (8)
System\Addin\Hosting\AddInStore.cs (8)
65internal DeploymentState State; 726delegate DeploymentState Reader(String path, String filename); 727delegate DeploymentState Builder(String rootDir, Collection<String> warnings); 740private static DeploymentState PipelineStateReader(String path, String fileName) 746private static DeploymentState AddInStateReader(String path, String fileName) 757private static DeploymentState GetDeploymentState(String path, String storeFileName, Reader reader, Builder stateBuilder) 762DeploymentState state = null; 1010private static void WriteCache(DeploymentState state, String path, String fileName, DateTime timeStamp)