5 writes to Fragment
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
306uriBuilder.Fragment = fragment;
System (3)
net\System\uribuilder.cs (3)
152Fragment = value.Substring(1); 160Fragment = value.Substring(end+1); 168Fragment = String.Empty;
System.ServiceModel (1)
System\UriTemplate.cs (1)
733result.Fragment = this.fragment;