2 references to AddExportedTypeInMemory
mscorlib (2)
system\reflection\emit\assemblybuilder.cs (2)
2142
return
AddExportedTypeInMemory
(GetNativeHandle(), type.FullName, tkResolutionScope, tkTypeDef, type.Attributes);
2147
return
AddExportedTypeInMemory
(GetNativeHandle(), type.Name, tkResolutionScope, tkTypeDef, type.Attributes);