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