4 writes to m_subject
mscorlib (4)
system\security\claims\Claim.cs (4)
241
m_subject
= subject;
274
m_subject
= subject;
361
internal set {
m_subject
= value; }
415
m_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
))
360
get { return
m_subject
; }