4 references to PendingOperatorsForType
illink (4)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (4)
64
if (
PendingOperatorsForType
.TryGetValue(type, out var pendingOperators))
68
PendingOperatorsForType
.Remove(type);
117
if (!
PendingOperatorsForType
.TryGetValue(otherType, out var pendingOperators))
120
PendingOperatorsForType
.Add(otherType, pendingOperators);