5 references to RuntimeModuleDataId
Microsoft.CodeAnalysis.Test.Utilities (5)
Platform\Desktop\DesktopRuntimeEnvironment.cs (3)
87.GetMissing(runtimeModuleDataList.Select(x => new RuntimeModuleDataId(x.Id)).ToList()) 119if (!manager.HasConflicts(modules.Select(x => new RuntimeModuleDataId(x.Id)).ToList())) 224var searchIds = Modules.Select(x => new RuntimeModuleDataId(x.Id)).ToList();
Platform\Desktop\RuntimeAssemblyManager.cs (1)
215list.Add(new RuntimeModuleDataId(id));
Platform\Desktop\RuntimeModuleData.cs (1)
76info.AddValue(nameof(ModuleData.Id), new RuntimeModuleDataId(Data.Id));