1 write to _trackedTypesWithOperators
illink (1)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
38
_trackedTypesWithOperators
= new HashSet<TypeDefinition>();
3 references to _trackedTypesWithOperators
illink (3)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (3)
58
_trackedTypesWithOperators
.Add(type);
82
foreach (var markedType in
_trackedTypesWithOperators
)
85
_trackedTypesWithOperators
.Clear();