5 writes to m_type
mscorlib (5)
system\security\claims\Claim.cs (5)
210
m_type
= type;
275
m_type
= other.m_type;
424
m_type
= ClaimsIdentity.DefaultNameClaimType;
428
m_type
= ClaimsIdentity.DefaultRoleClaimType;
432
m_type
= reader.ReadString();
6 references to m_type
mscorlib (6)
system\security\claims\Claim.cs (6)
275
m_type = other.
m_type
;
370
get { return
m_type
; }
522
if (string.Equals(
m_type
, ClaimsIdentity.DefaultNameClaimType))
526
else if (string.Equals(
m_type
, ClaimsIdentity.DefaultRoleClaimType))
576
writer.Write(
m_type
);
622
return String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}: {1}",
m_type
, m_value);