1 write to Path
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\CompilationUnit.cs (1)
234Path = path;
3 references to Path
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
397_localAssembly = ReflectionHelper.LoadAssembly(LocalAssemblyFile.AssemblyName, LocalAssemblyFile.Path); 1324if (refasm != null && refasm.Path.Length > 0) 1326_typeMapper.SetAssemblyPath(refasm.AssemblyName, refasm.Path);