5 writes to ActiveXControlName
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
75
axImp.
ActiveXControlName
= ReferenceInfo.strippedTypeLibPath;
Microsoft.Build.Tasks.UnitTests (4)
AxImp_Tests.cs (2)
25
t.
ActiveXControlName
= testParameterValue;
41
t.
ActiveXControlName
= testParameterValue;
AxTlbBaseTask_Tests.cs (2)
130
t.
ActiveXControlName
= "FakeControl.ocx";
235
t.
ActiveXControlName
= "FakeControl.ocx";
8 references to ActiveXControlName
Microsoft.Build.Tasks.Core (4)
AxImp.cs (4)
53
get => (string)Bag[nameof(
ActiveXControlName
)];
54
set => Bag[nameof(
ActiveXControlName
)] = value;
128
commandLine.AppendFileNameIfNotNull(
ActiveXControlName
);
148
if (String.IsNullOrEmpty(
ActiveXControlName
))
Microsoft.Build.Tasks.UnitTests (4)
AxImp_Tests.cs (4)
23
Assert.Null(t.
ActiveXControlName
); // "ActiveXControlName should be null by default"
26
Assert.Equal(testParameterValue, t.
ActiveXControlName
); // "New ActiveXControlName value should be set"
39
Assert.Null(t.
ActiveXControlName
); // "ActiveXControlName should be null by default"
42
Assert.Equal(testParameterValue, t.
ActiveXControlName
); // "New ActiveXControlName value should be set"