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