1 type derived from SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1396
Inherits
SynthesizedComMethod
2 instantiations of SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (2)
563
members.Add(New
SynthesizedComMethod
(Me, method, synthesizedDispId))
1401
MyBase.
New
(container, clone, synthesizedDispId)
8 references to SynthesizedComMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
102
Dim comMethod = DirectCast(m,
SynthesizedComMethod
)
566
Dim getter As
SynthesizedComMethod
= Nothing
567
Dim setter As
SynthesizedComMethod
= Nothing
1424
Public Sub New(container As
SynthesizedComMethod
, clone As ParameterSymbol)
1667
Private ReadOnly _getter As
SynthesizedComMethod
1668
Private ReadOnly _setter As
SynthesizedComMethod
1674
getter As
SynthesizedComMethod
,
1675
setter As
SynthesizedComMethod
,