7 writes to _origin
illink (7)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (7)
73
_origin
= origin;
89
_origin
= new MessageOrigin(methodIL.Method);
122
_origin
= _origin.WithInstructionOffset(operation.Offset);
141
_origin
= _origin.WithInstructionOffset(offset);
149
_origin
= _origin.WithInstructionOffset(offset);
156
_origin
= _origin.WithInstructionOffset(offset);
176
_origin
= _origin.WithInstructionOffset(operation.Offset);
12 references to _origin
illink (12)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (12)
122
_origin =
_origin
.WithInstructionOffset(operation.Offset);
123
TrimAnalysisPatterns.Add(new TrimAnalysisAssignmentPattern(sourceValue, targetValue,
_origin
, parameterIndex));
141
_origin =
_origin
.WithInstructionOffset(offset);
149
_origin =
_origin
.WithInstructionOffset(offset);
156
_origin =
_origin
.WithInstructionOffset(offset);
169
Debug.Assert(callingMethodIL.Method ==
_origin
.Provider);
176
_origin =
_origin
.WithInstructionOffset(operation.Offset);
196
_origin
201
var diagnosticContext = new DiagnosticContext(
_origin
, diagnosticsEnabled: false, _context);
340
TrimAnalysisPatterns.Add(new TrimAnalysisGenericInstantiationAccessPattern(method,
_origin
));
356
TrimAnalysisPatterns.Add(new TrimAnalysisGenericInstantiationAccessPattern(field,
_origin
));
364
TrimAnalysisPatterns.Add(new TrimAnalysisGenericInstantiationAccessPattern(type,
_origin
));