6 writes to Machine
Microsoft.Build.Tasks.Core (6)
TlbReference.cs (6)
187tlbImp.Machine = "Agnostic"; 190tlbImp.Machine = "X64"; 193tlbImp.Machine = "Itanium"; 196tlbImp.Machine = "X86"; 199tlbImp.Machine = "ARM"; 205tlbImp.Machine = _targetProcessorArchitecture;
3 references to Machine
Microsoft.Build.Tasks.Core (3)
TlbImp.cs (3)
146get => (string)Bag[nameof(Machine)]; 147set => Bag[nameof(Machine)] = value; 244commandLine.AppendSwitchIfNotNull("/machine:", Machine);