1 write to _parserContext
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
513
_parserContext
= new ParserContext();
4 references to _parserContext
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
514
_parserContext
.XamlTypeMapper = _typeMapper;
518
BamlRecordWriter bamlWriter = new BamlRecordWriter(bamlStream,
_parserContext
, true);
521
xamlParser = new ParserExtension(this,
_parserContext
, bamlWriter, SourceFileInfo.Stream, pass2);
3132
TypeConvertContext ctx = new TypeConvertContext(
_parserContext
, attributeValue);