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