1 write to _isInstCheckPatternAnalyzer
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
274
_isInstCheckPatternAnalyzer
= default;
3 references to _isInstCheckPatternAnalyzer
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (3)
287
_isInstCheckPatternAnalyzer
.Advance(opcode, new ILReader(_ilBytes, _currentOffset), _methodIL);
1013
if (opcode == ILOpcode.brfalse &&
_isInstCheckPatternAnalyzer
.IsIsInstBranch)
1015
TypeDesc isinstCheckType = (TypeDesc)_canonMethodIL.GetObject(
_isInstCheckPatternAnalyzer
.Token);