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