2 instantiations of CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
304throw new CyclicalElementInfoException(inspectedElements, elementName); 332throw new CyclicalElementInfoException(inspectedElements, paramName);
2 references to CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
313catch (CyclicalElementInfoException ex) when (ex.StartOfCycle == elementName) 342catch (CyclicalElementInfoException ex) when (ex.StartOfCycle == paramName)