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)
489
Debug.Assert(
_anonymousDelegatesWithIndexedNames
== null || anonymousDelegatesWithIndexedNames != null);
490
Debug.Assert(
_anonymousDelegatesWithIndexedNames
== null || anonymousDelegatesWithIndexedNames.Count >=
_anonymousDelegatesWithIndexedNames
.Count);
566
Debug.Assert(
_anonymousDelegatesWithIndexedNames
is object);
567
return
_anonymousDelegatesWithIndexedNames
;