4 references to AnonymousTypeValue
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (2)
155
var value = new
AnonymousTypeValue
(name, index, type.GetCciAdapter());
172
var value = new
AnonymousTypeValue
(name, index, type.GetCciAdapter());
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
649
elementSelector: template => new
AnonymousTypeValue
(template.NameAndIndex.Name, template.NameAndIndex.Index, template.GetCciAdapter()));
664
elementSelector: template => new
AnonymousTypeValue
(template.NameAndIndex.Name, template.NameAndIndex.Index, template.GetCciAdapter()))