1 instantiation of Result
Microsoft.Build.Utilities.Core (1)
FileMatcher.cs (1)
1822
Result matchResult = new
Result
();
3 references to Result
Microsoft.Build.Utilities.Core (3)
FileMatcher.cs (3)
1818
internal
Result
FileMatch(
1822
Result
matchResult = new Result();
2338
var
match = Default.FileMatch(excludeSpec, filespecUnescaped);