14 references to UnreachableException
Microsoft.Interop.SourceGeneration (14)
ContainingSyntaxContext.cs (1)
35
public 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)
59
public override int GetHashCode() => throw new
UnreachableException
();
SignatureContext.cs (1)
146
throw new
UnreachableException
();
SyntaxEquivalentComparer.cs (2)
34
throw new
UnreachableException
();
39
throw new
UnreachableException
();
SyntaxEquivalentNode.cs (1)
19
public override int GetHashCode() => throw new
UnreachableException
();