3 writes to Id
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\ModuleData.cs (3)
67
this.
Id
= new ModuleDataId(netModuleName, netModuleName, GetMvid(image));
77
this.
Id
= new ModuleDataId(identity.Name, identity.GetDisplayName(), GetMvid(image));
87
this.
Id
= id;
5 references to Id
Microsoft.CodeAnalysis.Test.Utilities (5)
Compilation\IRuntimeEnvironment.cs (1)
221
fullNameSet.Add(moduleData.
Id
.FullName);
Metadata\ModuleData.cs (3)
61
public string SimpleName =>
Id
.SimpleName;
62
public string FullName =>
Id
.FullName;
63
public Guid Mvid =>
Id
.Mvid;
Platform\CoreClr\CoreCLRRuntimeEnvironment.cs (1)
166
return LoadContext.GetMemberSignaturesFromMetadata(fullyQualifiedTypeName, memberName, AllModuleData.Select(x => x.
Id
));