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