1 instantiation of SynthesizedMyGroupCollectionPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
403
Dim prop As New
SynthesizedMyGroupCollectionPropertySymbol
(Me, attributeSyntax, propertyName, fieldName, targetType, createMethod, disposeMethod, defaultInstanceAlias)
17 references to SynthesizedMyGroupCollectionPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (17)
Analysis\Analyzer.vb (1)
42
DirectCast(method.AssociatedSymbol,
SynthesizedMyGroupCollectionPropertySymbol
).RelocateDiagnostics(diagBag, diagnostics)
Binding\Binder_Expressions.vb (1)
1059
Dim prop As
SynthesizedMyGroupCollectionPropertySymbol
= SourceModule.GetMyGroupCollectionPropertyWithDefaultInstanceAlias(classType)
Compilation\MethodCompiler.vb (2)
1514
DirectCast(method.AssociatedSymbol,
SynthesizedMyGroupCollectionPropertySymbol
).RelocateDiagnostics(diagnostics.DiagnosticBag, diagsForCurrentMethod.DiagnosticBag)
1551
DirectCast(method.AssociatedSymbol,
SynthesizedMyGroupCollectionPropertySymbol
).RelocateDiagnostics(diagnostics.DiagnosticBag, diagsForCurrentMethod.DiagnosticBag)
Symbols\Source\SourceModuleSymbol.vb (9)
81
Private _lazyTypesWithDefaultInstanceAlias As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
82
Private Shared ReadOnly s_noTypesWithDefaultInstanceAlias As New Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)()
1132
Public Function GetMyGroupCollectionPropertyWithDefaultInstanceAlias(classType As NamedTypeSymbol) As
SynthesizedMyGroupCollectionPropertySymbol
1139
Dim result As
SynthesizedMyGroupCollectionPropertySymbol
= Nothing
1149
Private Function GetTypesWithDefaultInstanceAlias() As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
1150
Dim result As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
) = Nothing
1165
<[In], Out> ByRef result As Dictionary(Of NamedTypeSymbol,
SynthesizedMyGroupCollectionPropertySymbol
)
1171
Dim prop = DirectCast(member,
SynthesizedMyGroupCollectionPropertySymbol
)
1178
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)
147
Public Sub New(container As SourceNamedTypeSymbol, [property] As
SynthesizedMyGroupCollectionPropertySymbol
, createMethod As String)
189
Public Sub New(container As SourceNamedTypeSymbol, [property] As
SynthesizedMyGroupCollectionPropertySymbol
, disposeMethod As String)