2 references to GetClassConstructorContextStorageSize
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (2)
93
return
GetClassConstructorContextStorageSize
(_type.Context.Target, _type);
188
int classConstructorContextStorageSize =
GetClassConstructorContextStorageSize
(factory.Target, _type);