1 instantiation of AssemblyVersionParseException
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2644
throw new
AssemblyVersionParseException
(SR.Format(SR.InvalidAssemblyVersion, AssemblyVersion));
2 references to AssemblyVersionParseException
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
755
if(e is
AssemblyVersionParseException
)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
204
if(e is
AssemblyVersionParseException
)