6 types derived from SynthesizedConstructorBase
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
17Inherits SynthesizedConstructorBase
Binding\SyntheticBoundTrees\SynthesizedConstructorSymbol.vb (1)
13Inherits SynthesizedConstructorBase
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb (1)
14Inherits SynthesizedConstructorBase
Symbols\Source\SynthesizedConstructorSymbol.vb (1)
15Inherits SynthesizedConstructorBase
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (1)
10Inherits SynthesizedConstructorBase
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
14Inherits SynthesizedConstructorBase
4 instantiations of SynthesizedConstructorBase
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb (1)
19MyBase.New(VisualBasicSyntaxTree.DummyReference, container, False, Nothing, Nothing)
Symbols\Source\SynthesizedConstructorSymbol.vb (1)
36MyBase.New(syntaxReference, container, isShared, binder, diagnostics)
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (1)
26MyBase.New(syntaxReference, container, isShared, binder, diagnostics)
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
20MyBase.New(VisualBasicSyntaxTree.DummyReference, container, False, Nothing, Nothing)
4 references to SynthesizedConstructorBase
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\MethodCompiler.vb (1)
550Dim scriptCtor As SynthesizedConstructorBase = Nothing
Symbols\NamedTypeSymbol.vb (2)
568Friend Function GetScriptConstructor() As SynthesizedConstructorBase 570Return DirectCast(InstanceConstructors.Single(), SynthesizedConstructorBase)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
29''' Initializes a new instance of the <see cref="SynthesizedConstructorBase" /> class.