3 references to IsTypeEqualityBranch
ILCompiler.Compiler (3)
Compiler\SubstitutedILProvider.cs (1)
1018
if (!analyzer.
IsTypeEqualityBranch
)
IL\ILImporter.Scanner.cs (1)
991
&& _typeEqualityPatternAnalyzer.
IsTypeEqualityBranch
IL\TypeEqualityPatternAnalyzer.cs (1)
63
public readonly int Token1 =>
IsTypeEqualityBranch
? _token1 : throw new UnreachableException();