2 implementations of Name
mscorlib (2)
system\runtime\remoting\contextproperty.cs (1)
153public virtual String Name
system\runtime\remoting\lifetimeservices.cs (1)
232public String Name
8 references to Name
mscorlib (8)
system\runtime\remoting\activationservices.cs (1)
671if (serverContext.GetProperty(prop.Name) == null)
system\runtime\remoting\context.cs (6)
222if (_ctxProps[i].Name.Equals(name)) 243if (prop == null || prop.Name == null) 258CheckPropertyNameClash(prop.Name, _ctxProps, _numCtxProps); 337if (props[i].Name.Equals(name)) 419_ctxProps[iSink].Name + Environment.NewLine); 427_ctxProps[iSink].Name + Environment.NewLine);
system\runtime\remoting\contextproperty.cs (1)
186return (null != prop) && AttributeName.Equals(prop.Name);