13 references to UnreachableException
Microsoft.Interop.SourceGeneration (13)
ContainingSyntaxContext.cs (2)
36
public 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)
68
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
();