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