11 types derived from SynthesizedInstanceConstructor
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
12
internal sealed class AsyncConstructor :
SynthesizedInstanceConstructor
, ISynthesizedMethodBodyImplementationSymbol
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
12
internal sealed class SynthesizedClosureEnvironmentConstructor :
SynthesizedInstanceConstructor
, ISynthesizedMethodBodyImplementationSymbol
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
19
internal sealed class IteratorConstructor :
SynthesizedInstanceConstructor
, ISynthesizedMethodBodyImplementationSymbol
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListConstructor.cs (1)
10
internal sealed class SynthesizedReadOnlyListConstructor :
SynthesizedInstanceConstructor
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorConstructor.cs (1)
10
internal sealed class SynthesizedReadOnlyListEnumeratorConstructor :
SynthesizedInstanceConstructor
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
14
internal sealed class SynthesizedRecordCopyCtor :
SynthesizedInstanceConstructor
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
13
internal sealed class SynthesizedDelegateConstructor :
SynthesizedInstanceConstructor
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
247
internal sealed class SynthesizedEmbeddedAttributeConstructorSymbol :
SynthesizedInstanceConstructor
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
110
internal sealed class SynthesizedEmbeddedAttributeConstructorWithBodySymbol :
SynthesizedInstanceConstructor
Symbols\Synthesized\SynthesizedHotReloadExceptionConstructorSymbol.cs (1)
10
internal sealed class SynthesizedHotReloadExceptionConstructorSymbol :
SynthesizedInstanceConstructor
Symbols\Synthesized\SynthesizedSubmissionConstructor.cs (1)
12
internal sealed class SynthesizedSubmissionConstructor :
SynthesizedInstanceConstructor
4 instantiations of SynthesizedInstanceConstructor
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
1320
var syntheticCtor = new
SynthesizedInstanceConstructor
(this);
1359
nonFieldMembers.Insert(0, new
SynthesizedInstanceConstructor
(this));
Symbols\Source\SourceFixedFieldSymbol.cs (1)
159
_constructor = new
SynthesizedInstanceConstructor
(this);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4835
new
SynthesizedInstanceConstructor
(this),
7 references to SynthesizedInstanceConstructor
Microsoft.CodeAnalysis.CSharp (7)
Compiler\MethodCompiler.cs (2)
455
SynthesizedInstanceConstructor
scriptCtor = null;
1903
else if (method is
SynthesizedInstanceConstructor
ctor)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1320
var
syntheticCtor = new SynthesizedInstanceConstructor(this);
Symbols\NamedTypeSymbol.cs (2)
441
internal
SynthesizedInstanceConstructor
GetScriptConstructor()
444
return (
SynthesizedInstanceConstructor
)InstanceConstructors.Single();
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
476
var
ctor = _containingType.GetScriptConstructor();
567
var
ctor = _containingType.GetScriptConstructor();