6 references to AnonymousTypeDescriptor
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_AnonymousTypes.cs (1)
106AnonymousTypeDescriptor descriptor = new AnonymousTypeDescriptor(fields.AsImmutableOrNull(), node.NewKeyword.GetLocation());
Binder\Binder_Expressions.cs (1)
9271var typeDescr = new AnonymousTypeDescriptor(fieldsBuilder.ToImmutableAndFree(), location);
Binder\Binder_Query.cs (1)
805AnonymousTypeDescriptor typeDescriptor = new AnonymousTypeDescriptor(
Compilation\CSharpCompilation.cs (1)
3905var descriptor = new AnonymousTypeDescriptor(fields.ToImmutableAndFree(), Location.None);
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
107return new AnonymousTypeDescriptor(newFields, this.Location);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
458var typeDescr = new AnonymousTypeDescriptor(fields, Location.None);