1 write to AssemblyName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
232
AssemblyName
= cu.AssemblyName;
7 references to AssemblyName
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1321
ReflectionHelper.LocalAssemblyName =
AssemblyName
;
2664
uriPart = FORWARDSLASH +
AssemblyName
+ version + token + COMPONENT_DELIMITER + COMPONENT + FORWARDSLASH + resourceID;
3261
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
;