Base:
property
IsStaticConstructor
Internal.TypeSystem.MethodDesc.IsStaticConstructor
1 reference to IsStaticConstructor
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
254
if (method.IsConstructor || method.
IsStaticConstructor
)