4 writes to m_subject
mscorlib (4)
system\security\claims\Claim.cs (4)
241m_subject = subject; 274m_subject = subject; 361internal set { m_subject = value; } 415m_subject = subject;
2 references to m_subject
mscorlib (2)
system\security\claims\Claim.cs (2)
256: this(other, (other == null ? (ClaimsIdentity)null : other.m_subject)) 360get { return m_subject; }