6 writes to uri
mscorlib (6)
system\runtime\remoting\objref.cs (6)
439uri = o.uri; 476uri = (String) e.Value; 539uri = url; 682set { uri = value;} 737uri = uri.Substring(index - 1); 965uri = idObj.URI;
7 references to uri
mscorlib (7)
system\runtime\remoting\objref.cs (7)
439uri = o.uri; 608info.AddValue("uri", uri, typeof(String)); 616info.AddValue("url", uri, typeof(String)); 681get { return uri;} 728BCLDebug.Assert(null != uri, "null != uri"); 732int index = uri.IndexOf(RemotingConfiguration.ApplicationId); 737uri = uri.Substring(index - 1);