1 write to _anonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
440_anonymousDelegatesWithIndexedNames = anonymousDelegatesWithIndexedNames;
5 references to _anonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\EmitBaseline.cs (5)
489Debug.Assert(_anonymousDelegatesWithIndexedNames == null || anonymousDelegatesWithIndexedNames != null); 490Debug.Assert(_anonymousDelegatesWithIndexedNames == null || anonymousDelegatesWithIndexedNames.Count >= _anonymousDelegatesWithIndexedNames.Count); 566Debug.Assert(_anonymousDelegatesWithIndexedNames is object); 567return _anonymousDelegatesWithIndexedNames;