Implemented interface member:
property
TemplateFile
Microsoft.Build.Tasks.IALTaskContract.TemplateFile
3 references to TemplateFile
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
228set => Bag[nameof(TemplateFile)] = value; 229get => (string)Bag[nameof(TemplateFile)]; 352commandLine.AppendSwitchIfNotNull("/template:", TemplateFile);