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