4 writes to _bootstrapContext
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
163
_bootstrapContext
= claimsIdentity._bootstrapContext;
353
set {
_bootstrapContext
= value; }
744
_bootstrapContext
= other._bootstrapContext;
778
_bootstrapContext
= reader.ReadString();
6 references to _bootstrapContext
System.Security.Claims (6)
System\Security\Claims\ClaimsIdentity.cs (6)
163
_bootstrapContext = claimsIdentity.
_bootstrapContext
;
352
get { return
_bootstrapContext
; }
744
_bootstrapContext = other.
_bootstrapContext
;
877
if (
_bootstrapContext
!= null)
879
if (
_bootstrapContext
is string)
931
writer.Write((string)
_bootstrapContext
!);