11 references to AnonymousTypes
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\EmitBaseline.cs (3)
419Debug.Assert(synthesizedTypes.AnonymousTypes.Count >= _synthesizedTypes.AnonymousTypes.Count); 562foreach (var (typeKey, typeValue) in SynthesizedTypes.AnonymousTypes)
Emit\EditAndContinue\SymbolMatcher.cs (2)
189MapAnonymousTypesAndDelegatesWithUniqueKey(previousTypes.AnonymousTypes, newTypes.AnonymousTypes),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (1)
18=> AnonymousTypes.IsEmpty && AnonymousDelegates.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty;
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
491return _otherSynthesizedTypes.AnonymousTypes.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
486var anonymousTypeMap0 = synthesizedTypes0.AnonymousTypes; 556var anonymousTypeMap0 = synthesizedTypes0.AnonymousTypes; 1111var anonymousTypeMap0 = synthesizedTypes0.AnonymousTypes;
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
130.. map.AnonymousTypes.Values.Select(t => t.Type.GetInternalSymbol()!),