1 write to _fixedImplementationTypes
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
1467Interlocked.CompareExchange(ref _fixedImplementationTypes, new Dictionary<FieldSymbol, NamedTypeSymbol>(), null);
4 references to _fixedImplementationTypes
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\PEModuleBuilder.cs (4)
1465if (_fixedImplementationTypes == null) 1470lock (_fixedImplementationTypes) 1473if (_fixedImplementationTypes.TryGetValue(field, out result)) 1479_fixedImplementationTypes.Add(field, result);