1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1408Inherits SynthesizedComMethod
2 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
565members.Add(New SynthesizedComMethod(Me, method, synthesizedDispId)) 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,