4 writes to _bootstrapContext
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
162
_bootstrapContext
= claimsIdentity._bootstrapContext;
223
_bootstrapContext
= other._bootstrapContext;
299
set {
_bootstrapContext
= value; }
707
_bootstrapContext
= reader.ReadString();
6 references to _bootstrapContext
System.Security.Claims (6)
System\Security\Claims\ClaimsIdentity.cs (6)
162
_bootstrapContext = claimsIdentity.
_bootstrapContext
;
223
_bootstrapContext = other.
_bootstrapContext
;
298
get { return
_bootstrapContext
; }
806
if (
_bootstrapContext
!= null)
808
if (
_bootstrapContext
is string)
860
writer.Write((string)
_bootstrapContext
!);