5 references to AnonymousTypeDescriptor
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_AnonymousTypes.cs (1)
106AnonymousTypeDescriptor descriptor = new AnonymousTypeDescriptor(fields.AsImmutableOrNull(), node.NewKeyword.GetLocation());
Binder\Binder_Expressions.cs (1)
11292var typeDescr = new AnonymousTypeDescriptor(fieldsBuilder.ToImmutableAndFree(), location);
Binder\Binder_Query.cs (1)
817AnonymousTypeDescriptor typeDescriptor = new AnonymousTypeDescriptor(
Compilation\CSharpCompilation.cs (1)
4310var descriptor = new AnonymousTypeDescriptor(fields.ToImmutableAndFree(), Location.None);
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
108return new AnonymousTypeDescriptor(newFields, this.Location);