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