Пример #1
0
 public ReflectionMethodBodyScanner(LinkContext context, MarkStep parent, MessageOrigin origin)
     : base(context)
 {
     _markStep         = parent;
     _origin           = origin;
     _annotations      = context.Annotations.FlowAnnotations;
     _reflectionMarker = new ReflectionMarker(context, parent);
 }
 public ReflectionMethodBodyScanner(LinkContext context, MarkStep parent, MessageOrigin origin)
     : base(context)
 {
     _markStep            = parent;
     _origin              = origin;
     _annotations         = context.Annotations.FlowAnnotations;
     _reflectionMarker    = new ReflectionMarker(context, parent, enabled: false);
     TrimAnalysisPatterns = new TrimAnalysisPatternStore(MultiValueLattice, context);
 }