2 writes to m_authType
mscorlib (2)
system\security\principal\windowsidentity.cs (2)
162
m_authType
= authType;
1172
m_authType
= identity.m_authType;
4 references to m_authType
mscorlib (4)
system\security\principal\windowsidentity.cs (4)
306
if (
m_authType
== null) {
328
return
m_authType
;
1154
: base( identity, null, identity.
m_authType
, null, null, false )
1172
m_authType = identity.
m_authType
;