6 references to AssemblyName
PresentationBuildTasks (6)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (6)
186string stateFileName = OutputPath + AssemblyName + 189string localTypeCacheFileName = OutputPath + AssemblyName + 207string stateFileName = OutputPath + AssemblyName + 498OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 682compilerWrapper.DoCompilation(AssemblyName, Language, RootNamespace, localXamlPageFileList, true); 871ReflectionHelper.ResetCacheForAssembly(AssemblyName);