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