1 write to _isNewObj
illink (1)
Linker.Dataflow\HandleCallAction.cs (1)
38
_isNewObj
= operation.OpCode == OpCodes.Newobj;
13 references to _isNewObj
illink (13)
Linker.Dataflow\HandleCallAction.cs (4)
149
AddReturnValue(_context.Annotations.FlowAnnotations.GetMethodReturnValue(calledMethod,
_isNewObj
, annotation));
154
AddReturnValue(_context.Annotations.FlowAnnotations.GetMethodReturnValue(calledMethod,
_isNewObj
));
178
AddReturnValue(_context.Annotations.FlowAnnotations.GetMethodReturnValue(calledMethod,
_isNewObj
, DynamicallyAccessedMemberTypes.PublicFields));
192
AddReturnValue(_context.Annotations.FlowAnnotations.GetMethodReturnValue(calledMethod,
_isNewObj
, annotation));
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
);
277
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, returnMemberTypes));
721
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, ImplicitNestedTypeAccessLevel));
739
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, DynamicallyAccessedMemberTypes.All));
741
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, ImplicitNestedTypeAccessLevel));
1082
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, valueWithDynamicallyAccessedMembers.DynamicallyAccessedMemberTypes));
1254
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, propagatedMemberTypes));