2 instantiations of CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
303throw new CyclicalElementInfoException(inspectedElements, elementName); 331throw new CyclicalElementInfoException(inspectedElements, paramName);
2 references to CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
312catch (CyclicalElementInfoException ex) when (ex.StartOfCycle == elementName) 341catch (CyclicalElementInfoException ex) when (ex.StartOfCycle == paramName)