14 references to UnreachableException
Microsoft.Interop.SourceGeneration (14)
ContainingSyntaxContext.cs (1)
35public override int GetHashCode() => throw new UnreachableException();
DiagnosticOr.cs (2)
72_ => throw new UnreachableException() 83_ => throw new UnreachableException()
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
140_ => throw new UnreachableException()
Marshalling\ByValueContentsMarshalKindValidator.cs (1)
45_ => throw new UnreachableException()
Marshalling\ByValueMarshalKindSupportDescriptor.cs (2)
35_ => throw new UnreachableException() 102_ => throw new UnreachableException()
Marshalling\MarshallerHelpers.cs (1)
366_ => throw new UnreachableException()
Marshalling\MarshallingGeneratorExtensions.cs (1)
88_ => throw new UnreachableException()
MethodSignatureDiagnosticLocations.cs (1)
59public 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();