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