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