1 write to m_nativeChain
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\PolicyChain.cs (1)
54m_nativeChain = HGlobalSafeHandle.Construct(chainLength * elementSize);
5 references to m_nativeChain
System.IdentityModel.Selectors (5)
infocard\client\System\IdentityModel\Selectors\PolicyChain.cs (5)
48if (null == m_nativeChain) 56IntPtr pos = m_nativeChain.DangerousGetHandle(); 71return m_nativeChain; 103if (null != m_nativeChain) 105m_nativeChain.Dispose();