1 write to UriFixups
System.Web.Services (1)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
47this.UriFixups = new List<Action<Uri>>();
5 references to UriFixups
System.Web.Services (5)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (5)
35if (this.UriFixups != null) 37this.UriFixups.Add(fixup); 58ServiceDescriptionReflector reflector = new ServiceDescriptionReflector(this.UriFixups); 184if (this.serverType.UriFixups == null) 216foreach (Action<Uri> fixup in this.serverType.UriFixups)