1 write to _parserContext
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
510
_parserContext
= new ParserContext
3 references to _parserContext
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
517
BamlRecordWriter bamlWriter = new BamlRecordWriter(bamlStream,
_parserContext
, true)
522
xamlParser = new ParserExtension(this,
_parserContext
, bamlWriter, SourceFileInfo.Stream, pass2)
3177
TypeConvertContext ctx = new TypeConvertContext(
_parserContext
, attributeValue);