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