4 writes to _architecture
Microsoft.Build (4)
TypeLoader.cs (4)
610
_architecture
= null;
662
_architecture
= MSBuildArchitectureValues.x86;
668
_architecture
= MSBuildArchitectureValues.any;
672
_architecture
= machine switch
1 reference to _architecture
Microsoft.Build (1)
TypeLoader.cs (1)
580
LoadedType loadedType = new(foundType, _assemblyLoadInfo, loadedAssembly, taskItemType, _runtime,
_architecture
, loadedViaMetadataLoadContext: true);