21 writes to Path
System (2)
net\System\Net\_FtpControlStream.cs (1)
962
uriBuilder.
Path
= orginalPath + "/";
net\System\uribuilder.cs (1)
118
Path
= pathValue;
System.Data.Services (3)
System\Data\Services\RequestUriProcessor.cs (3)
198
builder.
Path
+= "/";
201
builder.
Path
+= text;
300
resultBuilder.
Path
= resultBuilder.Path.Substring(0, resultBuilder.Path.Length - 2);
System.ServiceModel (12)
System\ServiceModel\Activation\Utility.cs (1)
29
builder.
Path
= string.Format(CultureInfo.InvariantCulture, "/{0}/", listenerEndPoint);
System\ServiceModel\Channels\PeerHelpers.cs (1)
281
uriBuilder.
Path
= PeerStrings.KnownServiceUriPrefix + '/' + guid;
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
402
uriBuilder.
Path
= String.Format(CultureInfo.InvariantCulture, "{0}", pathBuilder.ToString());
System\ServiceModel\Channels\TransportChannelListener.cs (4)
107
uriBuilder.
Path
= this.GeneratedAddressPrefix;
347
builder.
Path
= builder.Path + "/";
354
builder.
Path
= builder.Path + segment;
605
uriBuilder.
Path
= uriBuilder.Path + "/";
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
547
uriBuilder.
Path
= uriBuilder.Path + "/";
System\UriTemplate.cs (1)
700
result.
Path
= pathString.ToString();
System\UriTemplateLiteralPathSegment.cs (1)
52
ub.
Path
= segment;
System\UriTemplateTable.cs (2)
441
ub.
Path
= ub.Path + "/";
447
ub.
Path
= ub.Path.ToUpperInvariant();
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
668
uriBuilder.
Path
= Guid.NewGuid().ToString();
System\ServiceModel\Channels\UdpUtility.cs (1)
25
uriBuilder.
Path
= uriBuilder.Path + "/";
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
256
builder.
Path
+= builder.Path.EndsWith("/", StringComparison.OrdinalIgnoreCase)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
321
ub.
Path
= ub.Path + "/";
17 references to Path
System.Data.Services (4)
System\Data\Services\RequestUriProcessor.cs (4)
196
if (!builder.
Path
.EndsWith("/", StringComparison.Ordinal))
298
if (resultBuilder.
Path
.EndsWith("()", StringComparison.Ordinal))
300
resultBuilder.Path = resultBuilder.
Path
.Substring(0, resultBuilder.
Path
.Length - 2);
System.ServiceModel (9)
System\ServiceModel\Channels\TransportChannelListener.cs (4)
345
if (!builder.
Path
.EndsWith("/", StringComparison.Ordinal))
347
builder.Path = builder.
Path
+ "/";
354
builder.Path = builder.
Path
+ segment;
605
uriBuilder.Path = uriBuilder.
Path
+ "/";
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
547
uriBuilder.Path = uriBuilder.
Path
+ "/";
System\UriTemplate.cs (1)
654
StringBuilder pathString = new StringBuilder(result.
Path
);
System\UriTemplateTable.cs (3)
439
if (this.addTrailingSlashToBaseAddress && !ub.
Path
.EndsWith("/", StringComparison.Ordinal))
441
ub.Path = ub.
Path
+ "/";
447
ub.Path = ub.
Path
.ToUpperInvariant();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
25
uriBuilder.Path = uriBuilder.
Path
+ "/";
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
256
builder.Path += builder.
Path
.EndsWith("/", StringComparison.OrdinalIgnoreCase)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
316
if (ub.
Path
.EndsWith("/", StringComparison.Ordinal))
321
ub.Path = ub.
Path
+ "/";