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