1 write to _isNewObj
ILLink.RoslynAnalyzer (1)
TrimAnalysis\HandleCallAction.cs (1)
39
_isNewObj
= operation.Kind == OperationKind.ObjectCreation;
13 references to _isNewObj
ILLink.RoslynAnalyzer (13)
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));
720
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, ImplicitNestedTypeAccessLevel));
738
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, DynamicallyAccessedMemberTypes.All));
740
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, ImplicitNestedTypeAccessLevel));
1081
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, valueWithDynamicallyAccessedMembers.DynamicallyAccessedMemberTypes));
1253
AddReturnValue(_annotations.GetMethodReturnValue(calledMethod,
_isNewObj
, propagatedMemberTypes));
TrimAnalysis\HandleCallAction.cs (4)
153
AddReturnValue(FlowAnnotations.Instance.GetMethodReturnValue(calledMethod,
_isNewObj
, annotation));
158
AddReturnValue(FlowAnnotations.Instance.GetMethodReturnValue(calledMethod,
_isNewObj
));
182
AddReturnValue(FlowAnnotations.Instance.GetMethodReturnValue(calledMethod,
_isNewObj
, DynamicallyAccessedMemberTypes.PublicFields));
187
AddReturnValue(FlowAnnotations.Instance.GetMethodReturnValue(calledMethod,
_isNewObj
, annotation));