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