1 write to AssemblyName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
232AssemblyName = cu.AssemblyName;
7 references to AssemblyName
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1321ReflectionHelper.LocalAssemblyName = AssemblyName; 2664uriPart = FORWARDSLASH + AssemblyName + version + token + COMPONENT_DELIMITER + COMPONENT + FORWARDSLASH + resourceID; 3261TargetPath + AssemblyName + SharedStrings.ContentFile,
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
105_compiler.AssemblyName, 545xamlClrEventNode.LocalAssemblyName = _compiler.AssemblyName; 617_compiler.AssemblyName, 758xamlPIMappingNode.AssemblyName = _compiler.AssemblyName;