1 instantiation of Result
Microsoft.Build (1)
FileMatcher.cs (1)
1833
Result matchResult = new
Result
();
6 references to Result
Microsoft.Build (5)
Definition\BuiltInMetadata.cs (1)
110
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(evaluatedIncludeBeforeWildcardExpansion, evaluatedInclude);
Definition\Project.cs (1)
3460
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(existingIncludePiece, unevaluatedInclude);
FileMatcher.cs (3)
1829
internal
Result
FileMatch(
1833
Result
matchResult = new Result();
2346
var
match = Default.FileMatch(excludeSpec, filespecUnescaped);
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
2600
FileMatcher.
Result
match = FileMatcher.Default.FileMatch(filespec, fileToMatch);