1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1407
Inherits
SynthesizedComMethod
2 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
564
members.Add(New
SynthesizedComMethod
(Me, method, synthesizedDispId))
1412
MyBase.
New
(container, clone, synthesizedDispId)
8 references to SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
103
Dim comMethod = DirectCast(m,
SynthesizedComMethod
)
567
Dim getter As
SynthesizedComMethod
= Nothing
568
Dim setter As
SynthesizedComMethod
= Nothing
1435
Public Sub New(container As
SynthesizedComMethod
, clone As ParameterSymbol)
1678
Private ReadOnly _getter As
SynthesizedComMethod
1679
Private ReadOnly _setter As
SynthesizedComMethod
1685
getter As
SynthesizedComMethod
,
1686
setter As
SynthesizedComMethod
,