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