1 write to _trackedTypesWithOperators
illink (1)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
34
_trackedTypesWithOperators
= new HashSet<TypeDefinition> ();
3 references to _trackedTypesWithOperators
illink (3)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (3)
53
_trackedTypesWithOperators
.Add (type);
76
foreach (var markedType in
_trackedTypesWithOperators
)
79
_trackedTypesWithOperators
.Clear ();