4 references to CachedArrayField
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (4)
71
private readonly ConcurrentDictionary<(ImmutableArray<byte> Data, ushort ElementType),
CachedArrayField
> _cachedArrayFields =
72
new ConcurrentDictionary<(ImmutableArray<byte> Data, ushort ElementType),
CachedArrayField
>(DataAndUShortEqualityComparer.Instance);
75
private readonly ConcurrentDictionary<(ImmutableArray<ConstantValue> Constants, ushort ElementType),
CachedArrayField
> _cachedArrayFieldsForConstants =
76
new ConcurrentDictionary<(ImmutableArray<ConstantValue> Constants, ushort ElementType),
CachedArrayField
>(ConstantValueAndUShortEqualityComparer.Instance);