1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1400Inherits SynthesizedComMethod
2 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
563members.Add(New SynthesizedComMethod(Me, method, synthesizedDispId)) 1405MyBase.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 1428Public Sub New(container As SynthesizedComMethod, clone As ParameterSymbol) 1671Private ReadOnly _getter As SynthesizedComMethod 1672Private ReadOnly _setter As SynthesizedComMethod 1678getter As SynthesizedComMethod, 1679setter As SynthesizedComMethod,