7 references to ObjectUri
mscorlib (6)
system\runtime\remoting\configuration.cs (6)
837BCLDebug.Trace("REMOTE", "Adding well known service type for " + entry.ObjectUri); 841String URI = entry.ObjectUri; 1188entry.ObjectUri, entry.Mode); 1475String key = entry.ObjectUri.ToLower(CultureInfo.InvariantCulture); 1485IdentityHolder.RemoveIdentity(entry.ObjectUri); 1529entry.ObjectUri,
System.Runtime.Remoting (1)
metadata\sdlchannelsink.cs (1)
288String[] urls = _receiver.GetUrlsForUri(entry.ObjectUri);