3 writes to m_path
System (3)
net\System\uribuilder.cs (3)
72
m_path
= uri.AbsolutePath;
245
m_path
= Uri.InternalEscapeString(ConvertSlashes(value));
382
m_path
= uri.AbsolutePath;
4 references to m_path
System (4)
net\System\uribuilder.cs (4)
236
return
m_path
;
431
+ (((m_host.Length > 0) && (
m_path
.Length != 0) && (
m_path
[0] != '/')) ? "/" : String.Empty) +
m_path