1 write to RuntimeCallableWrapperAssembly
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
90
axImp.
RuntimeCallableWrapperAssembly
= ReferenceInfo.primaryOfAxImpRef.resolvedWrapper.path;
3 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
);