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