14 references to new
System.Private.Windows.Core (14)
Windows\Win32\System\Com\ComHelpers.cs (6)
29new(GetComPointer<T>(@object)); 41new(TryGetComPointer<T>(@object, out hr)); 248using ComScope<IUnknown> unknown = new(null); 257using ComScope<IUnknown> ccw = new((IUnknown*)(void*)Marshal.GetIUnknownForObject(@object)); 338using ComScope<ITypeLib> typelib = new(null); 342ComScope<ITypeInfo> typeInfo = new(null);
Windows\Win32\System\Com\ComScope.cs (4)
62ComScope<TTo> scope = new(null); 72ComScope<TTo> scope = new(null); 82ComScope<T> scope = new(null); 97ComScope<T> scope = new(null);
Windows\Win32\System\Com\GlobalInterfaceTable.cs (1)
55ComScope<TInterface> @interface = new(null);
Windows\Win32\System\Ole\IPicture.cs (2)
21ComScope<IPicture> picture = new(null); 36ComScope<IPicture> picture = new(null);
Windows\Win32\System\Ole\IPictureDisp.cs (1)
20ComScope<IPictureDisp> picture = new(null);