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