1 write to ActionName
Microsoft.Win32.Msi (1)
ActionStartEventArgs.cs (1)
51
ActionName
= match.Success ? match.Groups["actionName"].Value : null;
3 references to ActionName
Microsoft.Win32.Msi.Manual.Tests (2)
Program.cs (2)
125
if (e.
ActionName
!= CurrentAction)
127
CurrentAction = e.
ActionName
;
Microsoft.Win32.Msi.Tests (1)
EventArgsTests.cs (1)
25
Assert.Equal("ProcessComponents", e.
ActionName
);