6 writes to m_bootstrapContext
mscorlib (6)
system\security\claims\ClaimsIdentity.cs (6)
308
m_bootstrapContext
= claimsIdentity.m_bootstrapContext;
394
m_bootstrapContext
= other.m_bootstrapContext;
491
set {
m_bootstrapContext
= value; }
597
newIdentity.
m_bootstrapContext
= this.m_bootstrapContext;
1112
m_bootstrapContext
= reader.ReadString();
1346
m_bootstrapContext
= bf.Deserialize(ms, null, false);
9 references to m_bootstrapContext
mscorlib (9)
system\security\claims\ClaimsIdentity.cs (9)
308
m_bootstrapContext = claimsIdentity.
m_bootstrapContext
;
394
m_bootstrapContext = other.
m_bootstrapContext
;
488
get { return
m_bootstrapContext
; }
597
newIdentity.m_bootstrapContext = this.
m_bootstrapContext
;
1022
if (
m_bootstrapContext
!= null)
1026
formatter.Serialize(ms,
m_bootstrapContext
, null, false);
1191
if (
m_bootstrapContext
!= null)
1193
string rawData =
m_bootstrapContext
as string;
1246
writer.Write(
m_bootstrapContext
as string);