1 write to AssemblyName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
229AssemblyName = cu.AssemblyName;
7 references to AssemblyName
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1326ReflectionHelper.LocalAssemblyName = AssemblyName; 2678uriPart = FORWARDSLASH + AssemblyName + version + token + COMPONENT_DELIMITER + COMPONENT + FORWARDSLASH + resourceID; 3309TargetPath + AssemblyName + SharedStrings.ContentFile,
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
104_compiler.AssemblyName, 544xamlClrEventNode.LocalAssemblyName = _compiler.AssemblyName; 616_compiler.AssemblyName, 757xamlPIMappingNode.AssemblyName = _compiler.AssemblyName;