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