4 writes to _bootstrapContext
System.Security.Claims (4)
System\Security\Claims\ClaimsIdentity.cs (4)
162_bootstrapContext = claimsIdentity._bootstrapContext; 223_bootstrapContext = other._bootstrapContext; 299set { _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; 298get { return _bootstrapContext; } 806if (_bootstrapContext != null) 808if (_bootstrapContext is string) 860writer.Write((string)_bootstrapContext!);