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