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