2 writes to applicationMarkupWithTypeName
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (2)
133
this.
applicationMarkupWithTypeName
= new Dictionary<string, ITaskItem>();
139
this.
applicationMarkupWithTypeName
= value;
2 references to applicationMarkupWithTypeName
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (2)
131
if (this.
applicationMarkupWithTypeName
== null)
135
return
applicationMarkupWithTypeName
;