1 write to _isNewObj
ILCompiler.Compiler (1)
Compiler\Dataflow\HandleCallAction.cs (1)
43
_isNewObj
= operation == ILOpcode.newobj;
13 references to _isNewObj
ILCompiler.Compiler (13)
Compiler\Dataflow\HandleCallAction.cs (4)
438
AddReturnValue(_reflectionMarker.Annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, annotation));
443
AddReturnValue(_reflectionMarker.Annotations.GetMethodReturnValue(calledMethod,
_isNewObj
));
465
AddReturnValue(_reflectionMarker.Annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, DynamicallyAccessedMemberTypes.PublicFields));
483
AddReturnValue(_reflectionMarker.Annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, annotation));
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (9)
41
var annotatedMethodReturnValue = _annotations.GetMethodReturnValue(calledMethod,
_isNewObj
);
44
((returnsVoid && !
_isNewObj
)
94
var annotatedMethodReturnValue = _annotations.GetMethodReturnValue(calledMethod,
_isNewObj
);
299
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, returnMemberTypes));
743
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, ImplicitNestedTypeAccessLevel));
761
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, DynamicallyAccessedMemberTypes.All));
763
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, ImplicitNestedTypeAccessLevel));
1105
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, valueWithDynamicallyAccessedMembers.DynamicallyAccessedMemberTypes));
1277
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, propagatedMemberTypes));