6 references to IsInstanceConstructor
illink (6)
Linker.Steps\CodeRewriterStep.cs (1)
169
if (method.
IsInstanceConstructor
() && !method.DeclaringType.IsValueType) {
Linker.Steps\LinkAttributesParser.cs (1)
180
if (!method.
IsInstanceConstructor
())
Linker.Steps\MarkStep.cs (3)
2469
if (!method.
IsInstanceConstructor
())
3087
if (method.
IsInstanceConstructor
()) {
3267
if (!method.
IsInstanceConstructor
())
Linker\MethodDefinitionExtensions.cs (1)
16
return
IsInstanceConstructor
(method) && !method.HasMetadataParameters ();