2 writes to IdentifierMap
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
2029
Interlocked.CompareExchange(ref inMethodBinder.
IdentifierMap
, identifierMap, null);
2121
inMethodBinder.
IdentifierMap
= null;
3 references to IdentifierMap
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
1735
while (current is not (null or InMethodBinder {
IdentifierMap
: not null }))
1740
if (current is InMethodBinder {
IdentifierMap
: { } identifierMap })
Compiler\MethodCompiler.cs (1)
2119
if (identifierMap != null && inMethodBinder!.
IdentifierMap
== identifierMap)