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