5 overrides of IsDefaultConstructor
ILCompiler.TypeSystem (5)
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
145
public override bool
IsDefaultConstructor
parent\parent\Common\TypeSystem\Common\MethodDelegator.cs (1)
30
public override bool
IsDefaultConstructor
=> _wrappedMethod.IsDefaultConstructor;
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
142
public override bool
IsDefaultConstructor
parent\parent\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
349
public override bool
IsDefaultConstructor
parent\parent\Common\TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.cs (1)
40
public override bool
IsDefaultConstructor
=> _typicalMethodDef.IsDefaultConstructor;
4 references to IsDefaultConstructor
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
158
if (method.
IsDefaultConstructor
)
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\MethodDelegator.cs (1)
30
public override bool IsDefaultConstructor => _wrappedMethod.
IsDefaultConstructor
;
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
146
return _typicalMethodDef.
IsDefaultConstructor
;
parent\parent\Common\TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.cs (1)
40
public override bool IsDefaultConstructor => _typicalMethodDef.
IsDefaultConstructor
;