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); 174if (_context.CurrentArgCount > 0) 225if (_context.CurrentArgCount++ == 0) 270if (_context.CurrentArgCount > 0) 352MePullParser nestedParser = new MePullParser(_context); 407MePullParser nestedParser = new MePullParser(_context); 430if (_context.CurrentMember is null) 436error = SR.Format(SR.MissingComma2, _context.CurrentMember.Name, _tokenizer.TokenText); 472_context.PushScope(); 473_context.CurrentType = xamlType; 474_context.CurrentTypeNamespace = xamlNamespace; 476_context.InitLongestConstructor(xamlType); 477_context.InitBracketCharacterCacheForType(xamlType); 478_context.CurrentBracketModeParseParameters = new BracketModeParseParameters(_context); 486_context.PopScope(); 493_context.CurrentMember = member; 501_context.CurrentMember = null; 507_context.CurrentMember = XamlLanguage.PositionalParameters; 519_context.CurrentArgCount = 0; 520_context.CurrentMember = null;