13 references to SynthesizedMyGroupCollectionPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Source\SourceModuleSymbol.vb (9)
83
Private _lazyTypesWithDefaultInstanceAlias As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
84
Private Shared ReadOnly s_noTypesWithDefaultInstanceAlias As New Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)()
1120
Public Function GetMyGroupCollectionPropertyWithDefaultInstanceAlias(classType As NamedTypeSymbol) As
SynthesizedMyGroupCollectionPropertySymbol
1127
Dim result As
SynthesizedMyGroupCollectionPropertySymbol
= Nothing
1137
Private Function GetTypesWithDefaultInstanceAlias() As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
1138
Dim result As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
) = Nothing
1153
<[In], Out> ByRef result As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
1159
Dim prop = DirectCast(member,
SynthesizedMyGroupCollectionPropertySymbol
)
1166
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)