1 write to RuntimeCallableWrapperAssembly
Microsoft.Build.Tasks.Core (1)
AxReference.cs (1)
90axImp.RuntimeCallableWrapperAssembly = ReferenceInfo.primaryOfAxImpRef.resolvedWrapper.path;
3 references to RuntimeCallableWrapperAssembly
Microsoft.Build.Tasks.Core (3)
AxImp.cs (3)
89get => (string)Bag[nameof(RuntimeCallableWrapperAssembly)]; 90set => Bag[nameof(RuntimeCallableWrapperAssembly)] = value; 133commandLine.AppendSwitchIfNotNull("/rcw:", RuntimeCallableWrapperAssembly);