4 references to AnonymousTypeDescriptor
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
11576var typeDescr = new AnonymousTypeDescriptor(fieldsBuilder.ToImmutableAndFree(), location);
Binder\Binder_Query.cs (1)
811AnonymousTypeDescriptor typeDescriptor = new AnonymousTypeDescriptor(
Compilation\CSharpCompilation.cs (1)
4429var descriptor = new AnonymousTypeDescriptor(fields.ToImmutableAndFree(), Location.None);
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
108return new AnonymousTypeDescriptor(newFields, this.Location);