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