1 write to Path
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\CompilationUnit.cs (1)
237
Path
= path;
5 references to Path
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
394
_localAssembly = ReflectionHelper.LoadAssembly(LocalAssemblyFile.AssemblyName, LocalAssemblyFile.
Path
);
1310
if (refasm != null && refasm.
Path
.Length > 0)
1312
paths.Add(refasm.
Path
);
1329
if (refasm != null && refasm.
Path
.Length > 0)
1331
_typeMapper.SetAssemblyPath(refasm.AssemblyName, refasm.
Path
);