6 references to IsInstanceConstructor
illink (6)
Linker.Steps\CodeRewriterStep.cs (1)
111
if (method.
IsInstanceConstructor
() && !method.DeclaringType.IsValueType) {
Linker.Steps\LinkAttributesParser.cs (1)
180
if (!method.
IsInstanceConstructor
())
Linker.Steps\MarkStep.cs (3)
2464
if (!method.
IsInstanceConstructor
())
3082
if (method.
IsInstanceConstructor
()) {
3262
if (!method.
IsInstanceConstructor
())
Linker\MethodDefinitionExtensions.cs (1)
16
return
IsInstanceConstructor
(method) && !method.HasMetadataParameters ();