1 write to AttributeName
mscorlib (1)
system\runtime\remoting\contextproperty.cs (1)
147
AttributeName
= name;
4 references to AttributeName
mscorlib (4)
system\runtime\remoting\contextproperty.cs (4)
156
get { return
AttributeName
; }
186
return (null != prop) &&
AttributeName
.Equals(prop.Name);
193
return this.
AttributeName
.GetHashCode();
217
Object prop = ctx.GetProperty(
AttributeName
);