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