1 write to Path
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\CompilationUnit.cs (1)
237Path = path;
5 references to Path
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
392_localAssembly = ReflectionHelper.LoadAssembly(LocalAssemblyFile.AssemblyName, LocalAssemblyFile.Path); 1317if (ReferenceAssemblyList[i] is ReferenceAssembly refasm && refasm.Path.Length > 0) 1319paths.Add(refasm.Path); 1334if (ReferenceAssemblyList[i] is ReferenceAssembly refasm && refasm.Path.Length > 0) 1336_typeMapper.SetAssemblyPath(refasm.AssemblyName, refasm.Path);