7 references to AnonymousTypes
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\EmitBaseline.cs (3)
419
Debug.Assert(synthesizedTypes.
AnonymousTypes
.Count >= _synthesizedTypes.
AnonymousTypes
.Count);
562
foreach (var (typeKey, typeValue) in SynthesizedTypes.
AnonymousTypes
)
Emit\EditAndContinue\SymbolMatcher.cs (1)
66
MapAnonymousTypes(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) &&