7 writes to Principal
mscorlib (7)
system\runtime\remoting\callcontext.cs (2)
90
GetMutableExecutionContext().LogicalCallContext.
Principal
= value;
636
this.
Principal
= null;
system\runtime\remoting\crossappdomainchannel.cs (2)
401
callCtx.
Principal
= null;
589
lcc.
Principal
= currentPrincipal;
system\runtime\remoting\messagesmuggler.cs (1)
509
lcc.
Principal
= null;
system\runtime\remoting\realproxy.cs (1)
966
retCtx.
Principal
= principal;
system\runtime\remoting\stackbuildersink.cs (1)
490
messageCallContext.
Principal
= currentPrincipal;
7 references to Principal
mscorlib (7)
system\runtime\remoting\callcontext.cs (2)
317
public IPrincipal Principal { get { return IsNull ? null : m_ctx.
Principal
; } }
630
IPrincipal currentPrincipal = this.
Principal
;
system\runtime\remoting\crossappdomainchannel.cs (1)
400
if (callCtx.
Principal
!= null)
system\runtime\remoting\messagesmuggler.cs (1)
508
if (lcc.
Principal
!= null)
system\runtime\remoting\realproxy.cs (1)
964
IPrincipal principal = oldCtx.
Principal
;
system\runtime\remoting\stackbuildersink.cs (2)
485
if (messageCallContext.
Principal
== null)
487
IPrincipal currentPrincipal = threadCallContext.
Principal
;