16 references to Path
PresentationBuildTasks (16)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1149
if (IsApplicationTarget && !String.IsNullOrEmpty(CompilerAnalyzer.RecompileApplicationFile.
Path
))
1151
GetGeneratedFiles(CompilerAnalyzer.RecompileApplicationFile.
Path
, out codeFile, out bamlFile);
1168
GetGeneratedFiles(CompilerAnalyzer.RecompileMarkupPages[i].
Path
, out codeFile, out bamlFile);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
249
if (cu.ApplicationFile.
Path
!= null && cu.ApplicationFile.
Path
.Length > 0)
257
_Compile(cu.ApplicationFile.
Path
, cu.Pass2);
278
_Compile(sourceFile.
Path
, cu.Pass2);
461
if (sourceFile.
Path
== null || !SourceFileInfo.IsXamlFile)
466
if (!TaskFileService.Exists(sourceFile.
Path
))
468
ThrowCompilerException(nameof(SR.FileNotFound), sourceFile.
Path
);
702
int fileExtIndex = file.
Path
.LastIndexOf(DOTCHAR);
704
sourceFileInfo.RelativeSourceFilePath = file.
Path
.Substring(0, fileExtIndex);
MS\Internal\Shared\SourceFileInfo.cs (3)
34
_filePath = file.
Path
;
44
if (!string.IsNullOrEmpty(file.
Path
) && file.
Path
.ToUpperInvariant().EndsWith(XAML, StringComparison.Ordinal))
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
425
if (string.Equals(xamlfile.
Path
, CompilerLocalReference.LocalMarkupPages[j].FilePath, StringComparison.OrdinalIgnoreCase))