3 references to UnreachableException
Microsoft.Interop.SourceGeneration (3)
Marshalling\ElementsMarshalling.cs (1)
74
_ => throw new
UnreachableException
("Count info should have been verified in generator resolution")
Marshalling\MarshallerHelpers.cs (2)
325
throw new
UnreachableException
("An element is either a return value or passed by value or by ref.");
347
throw new
UnreachableException
("An element is either a return value or passed by value or by ref.");