4 writes to _activeInspectingElements
Microsoft.Interop.SourceGeneration (4)
MarshallingInfoParser.cs (4)
307
_activeInspectingElements
= inspectedElements.Add(elementName);
321
_activeInspectingElements
= inspectedElements;
336
_activeInspectingElements
= inspectedElements.Add(paramName);
350
_activeInspectingElements
= inspectedElements;
2 references to _activeInspectingElements
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
300
ImmutableHashSet<string> inspectedElements =
_activeInspectingElements
;
327
ImmutableHashSet<string> inspectedElements =
_activeInspectingElements
;