4 writes to _origin
illink (4)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (4)
57
_origin
= origin;
73
_origin
= new MessageOrigin(methodIL.Method);
102
_origin
= _origin.WithInstructionOffset(operation.Offset);
131
_origin
= _origin.WithInstructionOffset(operation.Offset);
6 references to _origin
illink (6)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (6)
102
_origin =
_origin
.WithInstructionOffset(operation.Offset);
103
TrimAnalysisPatterns.Add(new TrimAnalysisAssignmentPattern(sourceValue, targetValue,
_origin
, parameterIndex));
124
Debug.Assert(callingMethodBody.Method ==
_origin
.Provider);
131
_origin =
_origin
.WithInstructionOffset(operation.Offset);
151
_origin
154
var diagnosticContext = new DiagnosticContext(
_origin
, diagnosticsEnabled: false, _context);