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