1 reference to s_supportedOperationWrappers
Test.Utilities (1)
LightupHelpers.cs (1)
31
ConcurrentDictionary<OperationKind, bool> wrappedSyntax =
s_supportedOperationWrappers
.GetOrAdd(underlyingType, _ => new ConcurrentDictionary<OperationKind, bool>());