3 writes to _runtime
Microsoft.Build (3)
TypeLoader.cs (3)
611
_runtime
= null;
628
_runtime
= targetFramework.StartsWith(DotNetCoreIdentifier) ? MSBuildRuntimeValues.net : MSBuildRuntimeValues.clr4;
641
_runtime
= MSBuildRuntimeValues.net;
2 references to _runtime
Microsoft.Build (2)
TypeLoader.cs (2)
580
LoadedType loadedType = new(foundType, _assemblyLoadInfo, loadedAssembly, taskItemType,
_runtime
, _architecture, loadedViaMetadataLoadContext: true);
636
if (targetFramework == null &&
_runtime
== null)