7 types derived from SynthesizedConstructorBase
Microsoft.CodeAnalysis.VisualBasic (7)
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\SynthesizedHotReloadExceptionConstructorSymbol.vb (1)
12Inherits SynthesizedConstructorBase
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
14Inherits SynthesizedConstructorBase
5 instantiations of SynthesizedConstructorBase
Microsoft.CodeAnalysis.VisualBasic (5)
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\SynthesizedHotReloadExceptionConstructorSymbol.vb (1)
17MyBase.New(VisualBasicSyntaxTree.DummyReference, container, isShared:=False, binder:=Nothing, diagnostics:=Nothing)
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
20MyBase.New(VisualBasicSyntaxTree.DummyReference, container, False, Nothing, Nothing)
3 references to SynthesizedConstructorBase
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\NamedTypeSymbol.vb (2)
576Friend Function GetScriptConstructor() As SynthesizedConstructorBase 578Return DirectCast(InstanceConstructors.Single(), SynthesizedConstructorBase)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
29''' Initializes a new instance of the <see cref="SynthesizedConstructorBase" /> class.