11 references to Read
mscorlib (11)
system\io\unmanagedmemoryaccessor.cs (1)
569structure = _buffer.Read<T>((UInt64)(_offset + position));
system\security\principal\ntaccount.cs (1)
398Win32Native.LSA_REFERENCED_DOMAIN_LIST rdl = ReferencedDomainsPtr.Read<Win32Native.LSA_REFERENCED_DOMAIN_LIST>(0);
system\security\principal\sid.cs (1)
1018Win32Native.LSA_REFERENCED_DOMAIN_LIST rdl = ReferencedDomainsPtr.Read<Win32Native.LSA_REFERENCED_DOMAIN_LIST>(0);
system\security\principal\win32.cs (1)
328Win32Native.LSA_REFERENCED_DOMAIN_LIST domainList = referencedDomains.Read<Win32Native.LSA_REFERENCED_DOMAIN_LIST>(0);
system\security\principal\windowsidentity.cs (7)
319Win32Native.SECURITY_LOGON_SESSION_DATA logonSessionData = pLogonSessionData.Read<Win32Native.SECURITY_LOGON_SESSION_DATA>(0); 527m_owner = new SecurityIdentifier(tokenOwner.Read<IntPtr>(0), true); 545m_user = new SecurityIdentifier(tokenUser.Read<IntPtr>(0), true); 564uint groupCount = pGroups.Read<uint>(0); 571Win32Native.TOKEN_GROUPS tokenGroups = pGroups.Read<Win32Native.TOKEN_GROUPS>(0); 892return information.Read<T>(0); 932Win32Native.TOKEN_STATISTICS statistics = pStatistics.Read<Win32Native.TOKEN_STATISTICS>(0);