4 references to AnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
66
anonymousDelegatesWithIndexedNames: MapAnonymousDelegatesWithIndexedNames(baseline.
AnonymousDelegatesWithIndexedNames
),
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\EmitHelpers.cs (1)
85
if (!ContainsPreviousAnonymousDelegates(definitionMap, baseline.
AnonymousDelegatesWithIndexedNames
, moduleBeingBuilt.GetAnonymousDelegatesWithIndexedNames()))
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (2)
70
previousGeneration.
AnonymousDelegatesWithIndexedNames
,
280
Debug.Assert(_previousGeneration.
AnonymousDelegatesWithIndexedNames
.All(p => anonymousDelegates.ContainsKey(p.Key)));