4 references to Mvid
Microsoft.CodeAnalysis.Test.Utilities (4)
Metadata\ModuleData.cs (1)
105return FullName + " {" + Mvid + "}";
Platform\Desktop\AppDomainAssemblyCache.cs (3)
76if (cache.TryGetValue(moduleData.Mvid, out var assembly)) 84if (!cache.TryGetValue(moduleData.Mvid, out assembly)) 86throw new Exception($"Explicit assembly load didn't update the proper cache: '{moduleData.SimpleName}' ({moduleData.Mvid})");