32 references to AnonymousTypeField
Microsoft.CodeAnalysis.VisualBasic (32)
Binding\Binder_AnonymousTypes.vb (5)
30
For Each field As
AnonymousTypeField
In typeDescr.Fields
77
Private ReadOnly _fields() As
AnonymousTypeField
140
Me._fields = New
AnonymousTypeField
(initializersCount - 1) {}
329
Friend Function TryGetField(name As String, <Out()> ByRef field As
AnonymousTypeField
, <Out()> ByRef fieldIndex As Integer) As Boolean
400
Dim field As
AnonymousTypeField
= Nothing
Binding\Binder_Lambda.vb (1)
795
Dim parameterDescriptors(parameters.Length) As
AnonymousTypeField
Binding\Binder_Query.vb (10)
246
Dim fields = New
AnonymousTypeField
(selectors.Length - 1) {}
2782
Dim fields = New
AnonymousTypeField
(selectVariables.Count - 1) {}
3185
Dim fields As
AnonymousTypeField
()
3209
fields = New
AnonymousTypeField
(lastIndex) {}
3224
fields = New
AnonymousTypeField
(lastIndex) {}
3346
Dim fields(joinConditions.Count - 1) As
AnonymousTypeField
3784
Dim fields As
AnonymousTypeField
()
3803
fields = New
AnonymousTypeField
(selectors.Length - 1) {}
3813
fields = New
AnonymousTypeField
(selectors.Length - 1) {}
3832
fields = New
AnonymousTypeField
(selectors.Length - 1) {}
Compilation\VisualBasicCompilation.vb (1)
2952
Dim fields = ArrayBuilder(Of
AnonymousTypeField
).GetInstance()
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (7)
28
Public ReadOnly Fields As ImmutableArray(Of
AnonymousTypeField
)
43
Public ReadOnly Property Parameters As ImmutableArray(Of
AnonymousTypeField
)
49
Public Sub New(fields As ImmutableArray(Of
AnonymousTypeField
), location As Location, isImplicitlyDeclared As Boolean)
95
Dim myFields As ImmutableArray(Of
AnonymousTypeField
) = Me.Fields
97
Dim otherFields As ImmutableArray(Of
AnonymousTypeField
) = other.Fields
121
Dim newFields(fieldCount - 1) As
AnonymousTypeField
125
Dim current As
AnonymousTypeField
= Me.Fields(i)
Symbols\AnonymousTypes\AnonymousTypeExtensions.vb (1)
12
Friend Function IsSubDescription(fields As ImmutableArray(Of
AnonymousTypeField
)) As Boolean
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
122
Dim parameters As ImmutableArray(Of
AnonymousTypeField
) = delegateDescr.Parameters
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (2)
31
Dim parameterDescriptors As ImmutableArray(Of
AnonymousTypeField
) = typeDescr.Parameters
133
Private Shared Function ParameterFromField(container As SynthesizedDelegateMethodSymbol, field As
AnonymousTypeField
, ordinal As Integer) As ParameterSymbol
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (1)
43
Dim field As
AnonymousTypeField
= typeDescr.Fields(fieldIndex)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (1)
39
Dim parameterDescriptors As ImmutableArray(Of
AnonymousTypeField
) = typeDescr.Parameters
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
26
Public Sub New(container As AnonymousTypeTemplateSymbol, field As
AnonymousTypeField
, index As Integer, typeSymbol As TypeSymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
44
Dim field As
AnonymousTypeField
= typeDescr.Fields(fieldIndex)