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