5 references to AnonymousTypeDescriptor
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
11279var typeDescr = new AnonymousTypeDescriptor(fieldsBuilder.ToImmutableAndFree(), location);
Binder\Binder_Query.cs (1)
806AnonymousTypeDescriptor typeDescriptor = new AnonymousTypeDescriptor(
Compilation\CSharpCompilation.cs (1)
4267var descriptor = new AnonymousTypeDescriptor(fields.ToImmutableAndFree(), Location.None);
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
108return new AnonymousTypeDescriptor(newFields, this.Location);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
464var typeDescr = new AnonymousTypeDescriptor(fields, Location.None);