Implemented interface member:
property
WinMDModule
Microsoft.Build.Tasks.IWinMDExpTaskContract.WinMDModule
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);