2 instantiations of CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
305
throw new
CyclicalElementInfoException
(inspectedElements, elementName);
333
throw new
CyclicalElementInfoException
(inspectedElements, paramName);
2 references to CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
314
catch (
CyclicalElementInfoException
ex) when (ex.StartOfCycle == elementName)
343
catch (
CyclicalElementInfoException
ex) when (ex.StartOfCycle == paramName)