22 references to Value
mscorlib (20)
microsoft\win32\oavariantlib.cs (1)
93targetClass.TypeHandle.Value, GetCVTypeFromClass(targetClass), options);
system\array.cs (5)
86return InternalCreate((void*)t.TypeHandle.Value,1,&length,null); 107return InternalCreate((void*)t.TypeHandle.Value,2,pLengths,null); 134return InternalCreate((void*)t.TypeHandle.Value,3,pLengths,null); 163return InternalCreate((void*)t.TypeHandle.Value,lengths.Length,pLengths,null); 222return InternalCreate((void*)t.TypeHandle.Value,lengths.Length,pLengths,pLowerBounds);
system\reflection\Associates.cs (1)
63genericArgumentHandles[i] = genericArguments[i].GetTypeHandleInternal().Value;
system\reflection\emit\dynamicilgenerator.cs (4)
941typeHandle = ((RuntimeTypeHandle)handle).Value; 968typeHandle = gmi.m_context.Value; 976typeHandle = gfi.m_context.Value; 986typeHandle = vaMeth.m_method.GetDeclaringTypeInternal().GetTypeHandleInternal().Value;
system\reflection\emit\signaturehelper.cs (1)
625IntPtr handle = type.GetTypeHandleInternal().Value;
system\runtime\interopservices\marshal.cs (1)
2483return t.TypeHandle.Value;
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (1)
55typeof(IEnumerable<T>).TypeHandle.Value,
system\runtime\interopservices\windowsruntime\ivectorviewtoireadonlylistadapter.cs (1)
71typeof(IReadOnlyList<T>).TypeHandle.Value,
system\runtimehandles.cs (2)
215outHandles[i] = inHandles[i].Value; 233outHandles[i] = inHandles[i].GetTypeHandleInternal().Value;
system\security\permissions\permissionattributes.cs (1)
113IntPtr typeHandle = t.TypeHandle.Value;
system\security\permissiontoken.cs (2)
361IntPtr typePtr = cls.TypeHandle.Value; 405IntPtr typePtr = cls.TypeHandle.Value;
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
184return typeof(LicenseInteropHelper).TypeHandle.Value;
System.Web.Services (1)
System\Web\Services\Protocols\ServerProtocol.cs (1)
209string typeHandleString = serverType.TypeHandle.Value.ToString();