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