1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1408Inherits SynthesizedComMethod
4 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (4)
565members.Add(New SynthesizedComMethod(Me, method, synthesizedDispId)) 604getter = New SynthesizedComMethod(Me, DirectCast(getterPair.Key, MethodSymbol), 609setter = New SynthesizedComMethod(Me, DirectCast(setterPair.Key, MethodSymbol), 1413MyBase.New(container, clone, synthesizedDispId)
8 references to SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
104Dim comMethod = DirectCast(m, SynthesizedComMethod) 568Dim getter As SynthesizedComMethod = Nothing 569Dim setter As SynthesizedComMethod = Nothing 1436Public Sub New(container As SynthesizedComMethod, clone As ParameterSymbol) 1679Private ReadOnly _getter As SynthesizedComMethod 1680Private ReadOnly _setter As SynthesizedComMethod 1686getter As SynthesizedComMethod, 1687setter As SynthesizedComMethod,