9 references to AnonymousTypeValue
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\SymbolMatcher.cs (2)
114result.Add(key, new AnonymousTypeValue(value.Name, value.UniqueIndex, type)); 142result.Add(key, new AnonymousTypeValue(value.Name, value.UniqueIndex, type));
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (2)
175var value = new AnonymousTypeValue(name, index, type.GetCciAdapter()); 186var value = new AnonymousTypeValue(name, index, type.GetCciAdapter());
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
691var value = new Microsoft.CodeAnalysis.Emit.AnonymousTypeValue(nameAndIndex.Name, nameAndIndex.Index, template.GetCciAdapter()); 709var value = new AnonymousTypeValue(name, nameAndIndex.Index, template.GetCciAdapter());
Microsoft.CodeAnalysis.VisualBasic (3)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (2)
152Dim value = New AnonymousTypeValue(name, index, type.GetCciAdapter()) 157Dim value = New AnonymousTypeValue(name, index, type.GetCciAdapter())
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
257Dim value = New Microsoft.CodeAnalysis.Emit.AnonymousTypeValue(nameAndIndex.Name, nameAndIndex.Index, template.GetCciAdapter())