1 instantiation of Result
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
1848
Result matchResult = new
Result
();
7 references to Result
Microsoft.Build (2)
Definition\BuiltInMetadata.cs (1)
107
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(evaluatedIncludeBeforeWildcardExpansion, evaluatedInclude);
Definition\Project.cs (1)
3480
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(existingIncludePiece, unevaluatedInclude);
Microsoft.Build.Framework (3)
Utilities\FileMatcher.cs (3)
1844
internal
Result
FileMatch(
1848
Result
matchResult = new Result();
2364
var
match = Default.FileMatch(excludeSpec, filespecUnescaped);
Microsoft.Build.Framework.UnitTests (1)
FileMatcher_Tests.cs (1)
2625
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(filespec, fileToMatch);
Microsoft.Build.Tasks.Core (1)
CreateItem.cs (1)
192
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(i.ItemSpec, file);