1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1407Inherits SynthesizedComMethod
2 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
564members.Add(New SynthesizedComMethod(Me, method, synthesizedDispId)) 1412MyBase.New(container, clone, synthesizedDispId)
8 references to SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
103Dim comMethod = DirectCast(m, SynthesizedComMethod) 567Dim getter As SynthesizedComMethod = Nothing 568Dim setter As SynthesizedComMethod = Nothing 1435Public Sub New(container As SynthesizedComMethod, clone As ParameterSymbol) 1678Private ReadOnly _getter As SynthesizedComMethod 1679Private ReadOnly _setter As SynthesizedComMethod 1685getter As SynthesizedComMethod, 1686setter As SynthesizedComMethod,