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