Implemented interface member:
property
WinMDModule
Microsoft.Build.Tasks.IWinMDExpTaskContract.WinMDModule
6 references to WinMDModule
Microsoft.Build.Tasks.Core (6)
WinMDExp.cs (6)
120
get => (string)Bag[nameof(
WinMDModule
)];
124
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
WinMDModule
));
125
Bag[nameof(
WinMDModule
)] = value;
217
OutputWindowsMetadataFile = Path.ChangeExtension(
WinMDModule
, ".winmd");
236
commandLine.AppendSwitchUnquotedIfNotNull(
WinMDModule
, String.Empty);
270
var winMDModuleWriteTime = NativeMethodsShared.GetLastWriteFileUtcTime(
WinMDModule
);