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