4 references to AnonymousTypeDescriptor
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
11261var typeDescr = new AnonymousTypeDescriptor(fieldsBuilder.ToImmutableAndFree(), location);
Binder\Binder_Query.cs (1)
812AnonymousTypeDescriptor 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);