8 writes to GetGuidAction
System.Windows.Forms.Primitives.Tests (8)
Interop\Oleaut32\VARIANTTests.cs (8)
5496
GetGuidAction
= () => (typeof(int).GUID, HRESULT.S_OK)
5541
GetGuidAction
= () => (Guid.Empty, HRESULT.DISP_E_DIVBYZERO)
5559
GetGuidAction
= () => (Guid.Empty, HRESULT.DISP_E_DIVBYZERO)
5583
GetGuidAction
= () => (guid, HRESULT.S_OK)
5599
GetGuidAction
= () => (guid, HRESULT.S_OK)
5613
GetGuidAction
= () => (typeof(int).GUID, HRESULT.S_OK)
5653
GetGuidAction
= () => (Guid.Empty, HRESULT.DISP_E_DIVBYZERO)
5679
GetGuidAction
= () => (guid, HRESULT.S_OK)
1 reference to GetGuidAction
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\VARIANTTests.cs (1)
5702
(Guid guid, HRESULT hr) =
GetGuidAction
();