6 references to IsInstanceConstructor
illink (6)
Linker.Steps\CodeRewriterStep.cs (1)
116
if (method.
IsInstanceConstructor
() && !method.DeclaringType.IsValueType)
Linker.Steps\LinkAttributesParser.cs (1)
192
if (!method.
IsInstanceConstructor
())
Linker.Steps\MarkStep.cs (3)
2672
if (!method.
IsInstanceConstructor
())
3334
if (method.
IsInstanceConstructor
())
3533
if (!method.
IsInstanceConstructor
())
Linker\MethodDefinitionExtensions.cs (1)
16
return
IsInstanceConstructor
(method) && !method.HasMetadataParameters();