1 write to MethodImportInformation
ILAssembler (1)
GrammarVisitor.cs (1)
3924
methodDefinition.
MethodImportInformation
= pInvokeInformation;
5 references to MethodImportInformation
ILAssembler (5)
EntityRegistry.cs (5)
269
if (methodDef.
MethodImportInformation
is not null)
273
methodDef.
MethodImportInformation
.Value.Attributes,
274
methodDef.
MethodImportInformation
.Value.EntryPointName is null ? default : builder.GetOrAddString(methodDef.
MethodImportInformation
.Value.EntryPointName),
275
(ModuleReferenceHandle)methodDef.
MethodImportInformation
.Value.ModuleName.Handle);