4 references to PendingOperatorsForType
illink (4)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (4)
59
if (
PendingOperatorsForType
.TryGetValue (type, out var pendingOperators)) {
62
PendingOperatorsForType
.Remove (type);
109
if (!
PendingOperatorsForType
.TryGetValue (otherType, out var pendingOperators)) {
111
PendingOperatorsForType
.Add (otherType, pendingOperators);