4 writes to _activeInspectingElements
Microsoft.Interop.SourceGeneration (4)
MarshallingInfoParser.cs (4)
308
_activeInspectingElements
= inspectedElements.Add(elementName);
322
_activeInspectingElements
= inspectedElements;
337
_activeInspectingElements
= inspectedElements.Add(paramName);
351
_activeInspectingElements
= inspectedElements;
2 references to _activeInspectingElements
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
301
ImmutableHashSet<string> inspectedElements =
_activeInspectingElements
;
328
ImmutableHashSet<string> inspectedElements =
_activeInspectingElements
;