3 writes to RuntimeCallableWrapperAssembly
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
90
axImp.
RuntimeCallableWrapperAssembly
= ReferenceInfo.primaryOfAxImpRef.resolvedWrapper.path;
Microsoft.Build.Tasks.UnitTests (2)
AxImp_Tests.cs (2)
145
t.
RuntimeCallableWrapperAssembly
= testParameterValue;
168
t.
RuntimeCallableWrapperAssembly
= testParameterValue;
7 references to RuntimeCallableWrapperAssembly
Microsoft.Build.Tasks.Core (3)
AxImp.cs (3)
89
get => (string)Bag[nameof(
RuntimeCallableWrapperAssembly
)];
90
set => Bag[nameof(
RuntimeCallableWrapperAssembly
)] = value;
133
commandLine.AppendSwitchIfNotNull("/rcw:",
RuntimeCallableWrapperAssembly
);
Microsoft.Build.Tasks.UnitTests (4)
AxImp_Tests.cs (4)
139
Assert.Null(t.
RuntimeCallableWrapperAssembly
); // "RuntimeCallableWrapper should be null by default"
146
Assert.Equal(testParameterValue, t.
RuntimeCallableWrapperAssembly
); // "New RuntimeCallableWrapper value should be set"
162
Assert.Null(t.
RuntimeCallableWrapperAssembly
); // "RuntimeCallableWrapper should be null by default"
169
Assert.Equal(testParameterValue, t.
RuntimeCallableWrapperAssembly
); // "New RuntimeCallableWrapper value should be set"