1 write to _context
System.Xaml (1)
System\Xaml\Parser\MePullParser.cs (1)
26_context = stack;
21 references to _context
System.Xaml (21)
System\Xaml\Parser\MePullParser.cs (21)
38_tokenizer = new MeScanner(_context, text, lineNumber, linePosition); 173if (_context.CurrentArgCount > 0) 224if (_context.CurrentArgCount++ == 0) 269if (_context.CurrentArgCount > 0) 351MePullParser nestedParser = new MePullParser(_context); 406MePullParser nestedParser = new MePullParser(_context); 429if (_context.CurrentMember is null) 435error = SR.Format(SR.MissingComma2, _context.CurrentMember.Name, _tokenizer.TokenText); 471_context.PushScope(); 472_context.CurrentType = xamlType; 473_context.CurrentTypeNamespace = xamlNamespace; 475_context.InitLongestConstructor(xamlType); 476_context.InitBracketCharacterCacheForType(xamlType); 477_context.CurrentBracketModeParseParameters = new BracketModeParseParameters(_context); 485_context.PopScope(); 492_context.CurrentMember = member; 500_context.CurrentMember = null; 506_context.CurrentMember = XamlLanguage.PositionalParameters; 518_context.CurrentArgCount = 0; 519_context.CurrentMember = null;