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)
580LoadedType loadedType = new(foundType, _assemblyLoadInfo, loadedAssembly, taskItemType, _runtime, _architecture, loadedViaMetadataLoadContext: true); 636if (targetFramework == null && _runtime == null)