5 instantiations of RuntimeModuleDataId
Microsoft.CodeAnalysis.Test.Utilities (5)
Platform\Desktop\DesktopRuntimeEnvironment.cs (3)
123
.GetMissing(allModules.Select(x => new
RuntimeModuleDataId
(x.Id)).ToList())
155
if (!manager.HasConflicts(modules.Select(x => new
RuntimeModuleDataId
(x.Id)).ToList()))
365
var searchIds = emitData.AllModuleData.Select(x => new
RuntimeModuleDataId
(x.Id)).ToList();
Platform\Desktop\RuntimeAssemblyManager.cs (1)
220
list.Add(new
RuntimeModuleDataId
(id));
Platform\Desktop\RuntimeModuleData.cs (1)
76
info.AddValue(nameof(ModuleData.Id), new
RuntimeModuleDataId
(Data.Id));
8 references to RuntimeModuleDataId
Microsoft.CodeAnalysis.Test.Utilities (8)
Platform\Desktop\RuntimeAssemblyManager.cs (5)
186
public bool HasConflicts(List<
RuntimeModuleDataId
> moduleDataIds)
213
public List<
RuntimeModuleDataId
> GetMissing(List<
RuntimeModuleDataId
> moduleIds)
215
var list = new List<
RuntimeModuleDataId
>();
348
public SortedSet<string> GetMemberSignaturesFromMetadata(string fullyQualifiedTypeName, string memberName, List<
RuntimeModuleDataId
> searchModules)
Platform\Desktop\RuntimeModuleData.cs (3)
65
var
id = (
RuntimeModuleDataId
)info.GetValue(nameof(ModuleData.Id), typeof(
RuntimeModuleDataId
));