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