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)
301ImmutableHashSet<string> inspectedElements = _activeInspectingElements; 328ImmutableHashSet<string> inspectedElements = _activeInspectingElements;