4 writes to _bootstrapContext
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
163_bootstrapContext = claimsIdentity._bootstrapContext; 353set { _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; 352get { return _bootstrapContext; } 744_bootstrapContext = other._bootstrapContext; 877if (_bootstrapContext != null) 879if (_bootstrapContext is string) 931writer.Write((string)_bootstrapContext!);