2 instantiations of SynthesizedComInterface
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
196
Dim comClassInterface As NamedTypeSymbol = New
SynthesizedComInterface
(comClass, interfaceMembers)
202
New
SynthesizedComInterface
(comClass, eventMembers))
6 references to SynthesizedComInterface
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (6)
1035
Private ReadOnly _interface As
SynthesizedComInterface
1038
Public Sub New(container As
SynthesizedComInterface
, clone As MethodSymbol, synthesizedDispId As Integer)
1383
Public Sub New(container As
SynthesizedComInterface
, [event] As EventSymbol, clone As MethodSymbol, synthesizedDispId As Integer)
1449
Return DirectCast(_container.ContainingSymbol,
SynthesizedComInterface
).IsEventInterface
1647
Private ReadOnly _interface As
SynthesizedComInterface
1655
container As
SynthesizedComInterface
,