11 references to Id
Microsoft.CodeAnalysis.Test.Utilities (11)
Platform\Desktop\RuntimeAssemblyManager.cs (11)
86
_preloadedSet.Add(assemblyData.
Id
.SimpleName);
171
throw 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);
231
fullMatch = _preloadedSet.Contains(id.SimpleName) || id.Mvid == assemblyData.
Id
.Mvid;
244
fullMatch = _preloadedSet.Contains(id.SimpleName) || StringComparer.OrdinalIgnoreCase.Equals(id.FullName, assemblyData.
Id
.FullName);
262
throw new Exception($"Cannot get bytes for preloaded Assembly {data.
Id
.FullName}");
370
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}");