2 writes to _argType
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
500_argType = default(CorElementType); 917_argType = argType;
8 references to _argType
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (8)
612if (_argType == CorElementType.ELEMENT_TYPE_BYREF) 623if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 630if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 637if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 651if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 1566return _argType; 1573return _argType; 1584return (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE);