14 references to SynthesizedInstanceConstructor
Microsoft.CodeAnalysis.CSharp (14)
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)
1320var syntheticCtor = new SynthesizedInstanceConstructor(this); 1359nonFieldMembers.Insert(0, new SynthesizedInstanceConstructor(this));
Symbols\Source\SourceFixedFieldSymbol.cs (1)
159_constructor = new SynthesizedInstanceConstructor(this);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4789new SynthesizedInstanceConstructor(this),
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListConstructor.cs (1)
12internal SynthesizedReadOnlyListConstructor(SynthesizedReadOnlyListTypeSymbol containingType, TypeSymbol parameterType, string parameterName) : base(containingType)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorConstructor.cs (1)
12internal 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)
254base(containingType)
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
120base(containingType)
Symbols\Synthesized\SynthesizedSubmissionConstructor.cs (1)
17: base(containingType)