13 references to SynthesizedMyGroupCollectionPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Source\SourceModuleSymbol.vb (9)
82
Private _lazyTypesWithDefaultInstanceAlias As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
83
Private Shared ReadOnly s_noTypesWithDefaultInstanceAlias As New Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)()
1119
Public Function GetMyGroupCollectionPropertyWithDefaultInstanceAlias(classType As NamedTypeSymbol) As
SynthesizedMyGroupCollectionPropertySymbol
1126
Dim result As
SynthesizedMyGroupCollectionPropertySymbol
= Nothing
1136
Private Function GetTypesWithDefaultInstanceAlias() As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
1137
Dim result As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
) = Nothing
1152
<[In], Out> ByRef result As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
1158
Dim prop = DirectCast(member,
SynthesizedMyGroupCollectionPropertySymbol
)
1165
result = New Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)(ReferenceEqualityComparer.Instance)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (4)
23
Inherits SynthesizedPropertyAccessorBase(Of
SynthesizedMyGroupCollectionPropertySymbol
)
27
Public Sub New(container As SourceNamedTypeSymbol, [property] As
SynthesizedMyGroupCollectionPropertySymbol
, createOrDisposeMethod As String)
148
Public Sub New(container As SourceNamedTypeSymbol, [property] As
SynthesizedMyGroupCollectionPropertySymbol
, createMethod As String)
190
Public Sub New(container As SourceNamedTypeSymbol, [property] As
SynthesizedMyGroupCollectionPropertySymbol
, disposeMethod As String)