1 write to path
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1957
this.
path
= path;
3 references to path
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
1978
this.serviceModelActivationHandlerType.FullName, this.hostedXamlType.FullName, this.
path
)));
2003
hostedXamlType = hostingManager.GetCompiledType(this.
path
);
2025
if (XamlHostingConfiguration.TryGetHttpHandlerType(this.
path
, this.hostedXamlType, out this.serviceModelActivationHandlerType))