11 references to Id
Microsoft.CodeAnalysis.Test.Utilities (11)
Platform\Desktop\RuntimeAssemblyManager.cs (11)
86_preloadedSet.Add(assemblyData.Id.SimpleName); 171throw new Exception($"Two modules of name {assemblyData.Id.FullName} have different MVID"); 206_fullNameToAssemblyDataMap.Add(assemblyData.Id.FullName, assemblyData); 207_mvidToAssemblyDataMap.Add(assemblyData.Id.Mvid, assemblyData); 231fullMatch = _preloadedSet.Contains(id.SimpleName) || id.Mvid == assemblyData.Id.Mvid; 244fullMatch = _preloadedSet.Contains(id.SimpleName) || StringComparer.OrdinalIgnoreCase.Equals(id.FullName, assemblyData.Id.FullName); 262throw new Exception($"Cannot get bytes for preloaded Assembly {data.Id.FullName}"); 370builder.AppendLine($"\t{module.Id.SimpleName} {module.Id.Mvid} - {module.Kind} {_assemblyCache.GetOrDefault(module.Id, reflectionOnly: false) != null} {_assemblyCache.GetOrDefault(module.Id, reflectionOnly: true) != null}");