1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1379Inherits SynthesizedComMethod
4 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (4)
563members.Add(New SynthesizedComMethod(Me, method, synthesizedDispId)) 602getter = New SynthesizedComMethod(Me, DirectCast(getterPair.Key, MethodSymbol), 607setter = New SynthesizedComMethod(Me, DirectCast(setterPair.Key, MethodSymbol), 1384MyBase.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 1407Public Sub New(container As SynthesizedComMethod, clone As ParameterSymbol) 1650Private ReadOnly _getter As SynthesizedComMethod 1651Private ReadOnly _setter As SynthesizedComMethod 1657getter As SynthesizedComMethod, 1658setter As SynthesizedComMethod,