3 references to IsTwoTokens
ILCompiler.Compiler (3)
Compiler\SubstitutedILProvider.cs (1)
1021if (analyzer.IsTwoTokens)
IL\ILImporter.Scanner.cs (1)
992&& !_typeEqualityPatternAnalyzer.IsTwoTokens
IL\TypeEqualityPatternAnalyzer.cs (1)
64public readonly int Token2 => IsTwoTokens ? _token2 : throw new UnreachableException();