1 write to ActiveXControlName
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
75axImp.ActiveXControlName = ReferenceInfo.strippedTypeLibPath;
4 references to ActiveXControlName
Microsoft.Build.Tasks.Core (4)
AxImp.cs (4)
53get => (string)Bag[nameof(ActiveXControlName)]; 54set => Bag[nameof(ActiveXControlName)] = value; 128commandLine.AppendFileNameIfNotNull(ActiveXControlName); 148if (String.IsNullOrEmpty(ActiveXControlName))