4 references to HasCCtorContext
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (4)
37
if (
HasCCtorContext
)
91
if (
HasCCtorContext
)
153
return
HasCCtorContext
? Math.Max(fieldAlignment, GetClassConstructorContextAlignment(factory.Target)) : fieldAlignment;
195
if (
HasCCtorContext
)