1 write to AssemblyName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
236AssemblyName = cu.AssemblyName;
7 references to AssemblyName
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1325ReflectionHelper.LocalAssemblyName = AssemblyName; 2668uriPart = FORWARDSLASH + AssemblyName + version + token + COMPONENT_DELIMITER + COMPONENT + FORWARDSLASH + resourceID; 3265TargetPath + AssemblyName + SharedStrings.ContentFile,
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
107_compiler.AssemblyName, 547xamlClrEventNode.LocalAssemblyName = _compiler.AssemblyName; 619_compiler.AssemblyName, 760xamlPIMappingNode.AssemblyName = _compiler.AssemblyName;