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)
302ImmutableHashSet<string> inspectedElements = _activeInspectingElements; 329ImmutableHashSet<string> inspectedElements = _activeInspectingElements;