12 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) &&
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
487
return _synthesizedTypes.
AnonymousTypes
.TryGetValue(typeTemplate.GetAnonymousTypeKey(), out otherType);
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
263
return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.
AnonymousTypes
.Keys);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
485
var anonymousTypeMap0 = synthesizedTypes0.
AnonymousTypes
;
555
var anonymousTypeMap0 = synthesizedTypes0.
AnonymousTypes
;
1110
var anonymousTypeMap0 = synthesizedTypes0.
AnonymousTypes
;