4 references to Name
mscorlib (4)
system\runtime\remoting\context.cs (1)
871if (prop == null || prop.Name == null || !(prop is IContributeDynamicSink))
system\runtime\remoting\dynamicpropertyholder.cs (3)
34CheckPropertyNameClash(prop.Name, _props, _numProps); 83if (_props[i].Name.Equals(name)) 184if (props[i].Name.Equals(name))