1 write to _context
System.Xaml (1)
System\Xaml\Parser\MePullParser.cs (1)
43_context = stack;
24 references to _context
System.Xaml (24)
System\Xaml\Parser\MePullParser.cs (24)
55_tokenizer = new MeScanner(_context, text, lineNumber, linePosition); 108_context.MarkupExtensionDepth >= MaxMarkupExtensionDepth) 115_context.MarkupExtensionDepth++; 178_context.MarkupExtensionDepth--; 206if (_context.CurrentArgCount > 0) 257if (_context.CurrentArgCount++ == 0) 302if (_context.CurrentArgCount > 0) 384MePullParser nestedParser = new MePullParser(_context); 439MePullParser nestedParser = new MePullParser(_context); 462if (_context.CurrentMember is null) 468error = SR.Format(SR.MissingComma2, _context.CurrentMember.Name, _tokenizer.TokenText); 504_context.PushScope(); 505_context.CurrentType = xamlType; 506_context.CurrentTypeNamespace = xamlNamespace; 508_context.InitLongestConstructor(xamlType); 509_context.InitBracketCharacterCacheForType(xamlType); 510_context.CurrentBracketModeParseParameters = new BracketModeParseParameters(_context); 518_context.PopScope(); 525_context.CurrentMember = member; 533_context.CurrentMember = null; 539_context.CurrentMember = XamlLanguage.PositionalParameters; 551_context.CurrentArgCount = 0; 552_context.CurrentMember = null;