3 writes to type
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
1956this.type = PathType.Unknown; 2006this.type = PathType.WorkflowService; 2010this.type = PathType.NotWorkflowService;
3 references to type
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
1995if (this.type == PathType.Unknown) 2001if (this.type == PathType.Unknown) 2015if (this.type == PathType.WorkflowService)