13 references to UnreachableException
Microsoft.Interop.SourceGeneration (13)
ContainingSyntaxContext.cs (2)
36public override int GetHashCode() => throw new UnreachableException(); 179_ => throw new UnreachableException(),
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
140_ => throw new UnreachableException()
Marshalling\ByValueContentsMarshalKindValidator.cs (1)
44_ => throw new UnreachableException()
Marshalling\ByValueMarshalKindSupportDescriptor.cs (2)
26_ => throw new UnreachableException() 93_ => throw new UnreachableException()
Marshalling\MarshallerHelpers.cs (1)
339_ => throw new UnreachableException()
Marshalling\MarshallingGeneratorExtensions.cs (1)
88_ => throw new UnreachableException()
MethodSignatureDiagnosticLocations.cs (1)
68public override int GetHashCode() => throw new UnreachableException();
SignatureContext.cs (1)
146throw new UnreachableException();
SyntaxEquivalentComparer.cs (2)
34throw new UnreachableException(); 39throw new UnreachableException();
SyntaxEquivalentNode.cs (1)
19public override int GetHashCode() => throw new UnreachableException();