3 types derived from ContextAttribute
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
1112internal class LocalActivator: ContextAttribute, IActivator
system\runtime\remoting\synchronizeddispatch.cs (1)
36: ContextAttribute, IContributeServerContextSink,
system\runtime\remoting\urlattribute.cs (1)
27public sealed class UrlAttribute : ContextAttribute
3 references to ContextAttribute
mscorlib (3)
system\runtime\remoting\activationservices.cs (3)
950internal static ContextAttribute GetGlobalAttribute() 957return (ContextAttribute)remData.LocalActivator; 972return new ContextAttribute[0];