7 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);