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)
2713
if (!method.
IsInstanceConstructor
())
3364
if (method.
IsInstanceConstructor
())
3567
if (!method.
IsInstanceConstructor
())
Linker\MethodDefinitionExtensions.cs (1)
16
return
IsInstanceConstructor
(method) && !method.HasMetadataParameters();