Implemented interface member:
method
GetAnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis.Emit.IPEDeltaAssemblyBuilder.GetAnonymousDelegatesWithIndexedNames()
2 references to GetAnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\EmitHelpers.cs (2)
85if (!ContainsPreviousAnonymousDelegates(definitionMap, baseline.AnonymousDelegatesWithIndexedNames, moduleBeingBuilt.GetAnonymousDelegatesWithIndexedNames())) 184var anonymousDelegatesWithIndexedNames = moduleBeingBuilt.GetAnonymousDelegatesWithIndexedNames();