8 references to RuntimeManagedCodeUpdate
Microsoft.DotNet.HotReload.Agent.Package (8)
HotReloadAgent.cs (7)
31private readonly ConcurrentDictionary<Guid, List<RuntimeManagedCodeUpdate>> _moduleUpdates = new(); 115public void ApplyManagedCodeUpdates(IEnumerable<RuntimeManagedCodeUpdate> updates) 127foreach (var update in updates) 156private Type[] GetMetadataUpdateTypes(IEnumerable<RuntimeManagedCodeUpdate> updates) 160foreach (var update in updates) 190private void ApplyDeltas(Assembly assembly, IReadOnlyList<RuntimeManagedCodeUpdate> updates) 196foreach (var update in updates)
IHotReloadAgent.cs (1)
18void ApplyManagedCodeUpdates(IEnumerable<RuntimeManagedCodeUpdate> updates);