4 references to ContextForType
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Principal.cs (4)
317
Debug.Assert(storeCtxToUse == _ctx.
ContextForType
(this.GetType()));
381
Debug.Assert(newStoreCtx == _ctx.
ContextForType
(this.GetType()));
516
return _ctx.
ContextForType
(this.GetType()).NativeType(this);
810
return _ctx.
ContextForType
(this.GetType());