3 writes to TokenReader
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
79TokenReader = tokenReader;
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
67TokenReader = tokenReader;
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
98TokenReader = new XamlReaderHelper(this,parserContext,xcr);
16 references to TokenReader
PresentationBuildTasks (16)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
88serializer.ConvertXamlToBaml(TokenReader,
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (6)
82_previousXamlParser = TokenReader.ControllingXamlParser; 83TokenReader.ControllingXamlParser = this; 84_startingDepth = TokenReader.XmlReader.Depth; 120TokenReader.ControllingXamlParser = _previousXamlParser; 404string xmlNamespace = TokenReader.XmlReader.LookupNamespace(prefix); 761serializer.ConvertXamlToBaml(TokenReader,
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (6)
70_previousXamlParser = TokenReader.ControllingXamlParser; 71TokenReader.ControllingXamlParser = this; 72_startingDepth = TokenReader.XmlReader.Depth; 108TokenReader.ControllingXamlParser = _previousXamlParser; 453string xmlNamespace = TokenReader.XmlReader.LookupNamespace(prefix); 757serializer.ConvertXamlToBaml(TokenReader,
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
158while (TokenReader.Read(ref xamlNode)) 252TokenReader.Close(); 1171TokenReader.IsXmlDataIsland();