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)
300ImmutableHashSet<string> inspectedElements = _activeInspectingElements; 327ImmutableHashSet<string> inspectedElements = _activeInspectingElements;