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