1 instantiation of Result
Microsoft.Build (1)
FileMatcher.cs (1)
1833Result 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)
3460FileMatcher.Result match = FileMatcher.Default.FileMatch(existingIncludePiece, unevaluatedInclude);
FileMatcher.cs (3)
1829internal Result FileMatch( 1833Result matchResult = new Result(); 2346var match = Default.FileMatch(excludeSpec, filespecUnescaped);
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
2600FileMatcher.Result match = FileMatcher.Default.FileMatch(filespec, fileToMatch);