2 writes to LocalAssembly
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
766LocalAssembly = true
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2380usingData.LocalAssembly = isLocalAssembly;
3 references to LocalAssembly
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
759|| ((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace]).LocalAssembly
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (2)
3279mapping.LocalAssembly || 3288nsMap.LocalAssembly = mapping.LocalAssembly;