4 references to GetProperty
mscorlib (4)
system\runtime\remoting\activationservices.cs (1)
671if (serverContext.GetProperty(prop.Name) == null)
system\runtime\remoting\contextproperty.cs (1)
217Object prop = ctx.GetProperty(AttributeName);
system\runtime\remoting\synchronizeddispatch.cs (2)
197Contract.Assert(ctx.GetProperty(PROPERTY_NAME) != this, 202SynchronizationAttribute syncProp = (SynchronizationAttribute) ctx.GetProperty(PROPERTY_NAME);