3 references to TryGetModuleId
Microsoft.DotNet.HotReload.Agent.Package (3)
HotReloadAgent.cs (3)
102
var moduleId =
TryGetModuleId
(loadedAssembly);
140
if (
TryGetModuleId
(assembly) is Guid moduleId && moduleId == update.ModuleId)
162
var assembly = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(assembly =>
TryGetModuleId
(assembly) is Guid moduleId && moduleId == update.ModuleId);