4 instantiations of SynthesizedConstructorSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
64
Me._sharedConstructor = New
SynthesizedConstructorSymbol
(Nothing, Me, isShared:=True, isDebuggable:=False, binder:=Nothing, diagnostics:=Nothing)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
680
members.Add(New
SynthesizedConstructorSymbol
(Nothing, Me, Me.IsShared, False, Nothing, Nothing))
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
2788
Dim constructor As New
SynthesizedConstructorSymbol
(syntaxRef, Me, isShared, isDebuggable, binder, diagBag)
3194
Return New
SynthesizedConstructorSymbol
(syntaxRef, Me,
2 references to SynthesizedConstructorSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SynthesizedConstructorSymbol.vb (1)
20
''' Initializes a new instance of the <see cref="
SynthesizedConstructorSymbol
" /> class.
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (1)
15
''' Initializes a new instance of the <see cref="
SynthesizedConstructorSymbol
" /> class.