12 references to AnonymousTypes
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\EmitBaseline.cs (3)
419Debug.Assert(synthesizedTypes.AnonymousTypes.Count >= _synthesizedTypes.AnonymousTypes.Count); 562foreach (var (typeKey, typeValue) in SynthesizedTypes.AnonymousTypes)
Emit\EditAndContinue\SymbolMatcher.cs (1)
66MapAnonymousTypes(baseline.SynthesizedTypes.AnonymousTypes),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
18=> AnonymousTypes.IsEmpty && AnonymousDelegates.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty; 41=> AnonymousTypes.Keys.All(static (key, other) => other.AnonymousTypes.ContainsKey(key), other) &&
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
487return _synthesizedTypes.AnonymousTypes.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType);
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
263return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousTypes.Keys);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
485var anonymousTypeMap0 = synthesizedTypes0.AnonymousTypes; 555var anonymousTypeMap0 = synthesizedTypes0.AnonymousTypes; 1110var anonymousTypeMap0 = synthesizedTypes0.AnonymousTypes;