1 write to _fixedImplementationTypes
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
1619Interlocked.CompareExchange(ref _fixedImplementationTypes, new Dictionary<FieldSymbol, NamedTypeSymbol>(), null);
4 references to _fixedImplementationTypes
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\PEModuleBuilder.cs (4)
1617if (_fixedImplementationTypes == null) 1622lock (_fixedImplementationTypes) 1625if (_fixedImplementationTypes.TryGetValue(field, out result)) 1631_fixedImplementationTypes.Add(field, result);