4 writes to _activeInspectingElements
Microsoft.Interop.SourceGeneration (4)
MarshallingInfoParser.cs (4)
309
_activeInspectingElements
= inspectedElements.Add(elementName);
323
_activeInspectingElements
= inspectedElements;
338
_activeInspectingElements
= inspectedElements.Add(paramName);
352
_activeInspectingElements
= inspectedElements;
2 references to _activeInspectingElements
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
302
ImmutableHashSet<string> inspectedElements =
_activeInspectingElements
;
329
ImmutableHashSet<string> inspectedElements =
_activeInspectingElements
;