1 write to _context
System.Xaml (1)
System\Xaml\Parser\MePullParser.cs (1)
27_context = stack;
21 references to _context
System.Xaml (21)
System\Xaml\Parser\MePullParser.cs (21)
39_tokenizer = new MeScanner(_context, text, lineNumber, linePosition); 168if (_context.CurrentArgCount > 0) 217if (_context.CurrentArgCount++ == 0) 257if (_context.CurrentArgCount > 0) 334MePullParser nestedParser = new MePullParser(_context); 387MePullParser nestedParser = new MePullParser(_context); 408if (_context.CurrentMember is null) 414error = SR.Format(SR.MissingComma2, _context.CurrentMember.Name, _tokenizer.TokenText); 450_context.PushScope(); 451_context.CurrentType = xamlType; 452_context.CurrentTypeNamespace = xamlNamespace; 454_context.InitLongestConstructor(xamlType); 455_context.InitBracketCharacterCacheForType(xamlType); 456_context.CurrentBracketModeParseParameters = new BracketModeParseParameters(_context); 464_context.PopScope(); 471_context.CurrentMember = member; 479_context.CurrentMember = null; 485_context.CurrentMember = XamlLanguage.PositionalParameters; 497_context.CurrentArgCount = 0; 498_context.CurrentMember = null;