1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1396Inherits SynthesizedComMethod
2 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
563members.Add(New SynthesizedComMethod(Me, method, synthesizedDispId)) 1401MyBase.New(container, clone, synthesizedDispId)
8 references to SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
102Dim comMethod = DirectCast(m, SynthesizedComMethod) 566Dim getter As SynthesizedComMethod = Nothing 567Dim setter As SynthesizedComMethod = Nothing 1424Public Sub New(container As SynthesizedComMethod, clone As ParameterSymbol) 1667Private ReadOnly _getter As SynthesizedComMethod 1668Private ReadOnly _setter As SynthesizedComMethod 1674getter As SynthesizedComMethod, 1675setter As SynthesizedComMethod,