Implemented interface member:
property
MainEntryPoint
Microsoft.Build.Tasks.IALTaskContract.MainEntryPoint
3 references to MainEntryPoint
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
162
set => Bag[nameof(
MainEntryPoint
)] = value;
163
get => (string)Bag[nameof(
MainEntryPoint
)];
346
commandLine.AppendSwitchIfNotNull("/main:",
MainEntryPoint
);