1 implementation of GetInitArrayHelper
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1047
public abstract Cci.IMethodReference
GetInitArrayHelper
();
1 reference to GetInitArrayHelper
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilderEmit.cs (1)
100
var initializeArray = module.
GetInitArrayHelper
();