15 references to SynthesizedInstanceConstructor
Microsoft.CodeAnalysis.CSharp (15)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
15
:
base
(stateMachineType)
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
15
:
base
(frame)
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
24
:
base
(container)
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),
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListConstructor.cs (1)
12
internal SynthesizedReadOnlyListConstructor(SynthesizedReadOnlyListTypeSymbol containingType, TypeSymbol parameterType, string parameterName) :
base
(containingType)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorConstructor.cs (1)
12
internal SynthesizedReadOnlyListEnumeratorConstructor(SynthesizedReadOnlyListEnumeratorTypeSymbol containingType, TypeSymbol parameterType) :
base
(containingType)
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
21
:
base
(containingType)
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
18
:
base
(containingType)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
254
base
(containingType)
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
120
base
(containingType)
Symbols\Synthesized\SynthesizedHotReloadExceptionConstructorSymbol.cs (1)
15
base
(containingType)
Symbols\Synthesized\SynthesizedSubmissionConstructor.cs (1)
17
:
base
(containingType)