Implemented interface member:
property
WinMDModule
Microsoft.Build.Tasks.IWinMDExpTaskContract.WinMDModule
8 writes to WinMDModule
Microsoft.Build.Tasks.UnitTests (8)
WinMDExp_Tests.cs (8)
25t.WinMDModule = "Foo.dll"; 45t.WinMDModule = "Foo.dll"; 58t.WinMDModule = "Foo.dll"; 70t.WinMDModule = "Foo.dll"; 84t.WinMDModule = "Foo.dll"; 92t.WinMDModule = "Foo.dll"; 102t.WinMDModule = "Foo.dll"; 122WinMDModule = "sp ace",
6 references to WinMDModule
Microsoft.Build.Tasks.Core (6)
WinMDExp.cs (6)
120get => (string)Bag[nameof(WinMDModule)]; 124ErrorUtilities.VerifyThrowArgumentNull(value, nameof(WinMDModule)); 125Bag[nameof(WinMDModule)] = value; 217OutputWindowsMetadataFile = Path.ChangeExtension(WinMDModule, ".winmd"); 236commandLine.AppendSwitchUnquotedIfNotNull(WinMDModule, String.Empty); 270var winMDModuleWriteTime = NativeMethodsShared.GetLastWriteFileUtcTime(WinMDModule);