11 references to AnonymousTypeDescriptor
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_AnonymousTypes.vb (1)
279
New
AnonymousTypeDescriptor
(
Binding\Binder_Lambda.vb (1)
812
Dim typeDescriptor As New
AnonymousTypeDescriptor
(parameterDescriptors.AsImmutableOrNull(), source.Syntax.GetLocation(), True)
Binding\Binder_Query.vb (5)
262
New
AnonymousTypeDescriptor
(fields.AsImmutableOrNull(),
2792
New
AnonymousTypeDescriptor
(fields.AsImmutableOrNull(),
3241
New
AnonymousTypeDescriptor
(fields.AsImmutableOrNull(),
3354
Dim descriptor As New
AnonymousTypeDescriptor
(fields.AsImmutableOrNull(),
3871
New
AnonymousTypeDescriptor
(fields.AsImmutableOrNull(),
BoundTree\GroupTypeInferenceLambda.vb (1)
22
New
AnonymousTypeDescriptor
(
Compilation\VisualBasicCompilation.vb (1)
2911
Dim descriptor = New
AnonymousTypeDescriptor
(
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (1)
136
newDescriptor = New
AnonymousTypeDescriptor
(newFields.AsImmutableOrNull(), Me.Location, Me.IsImplicitlyDeclared)
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
166
Return New
AnonymousTypeDescriptor
(names, Location.None, True)