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