1 write to basePath
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
450
basePath
= UriTemplateHelpers.GetUriPath(this.baseAddress);
5 references to basePath
System.ServiceModel (5)
System\UriTemplateTable.cs (5)
457
if (uriPath.Length <
basePath
.Length)
462
if (!uriPath.StartsWith(
basePath
, StringComparison.OrdinalIgnoreCase))
470
if (uriPath.Length >
basePath
.Length && !
basePath
.EndsWith("/", StringComparison.Ordinal) && uriPath[
basePath
.Length] != '/')