1 instantiation of GlobState
Microsoft.Build (1)
Globbing\MSBuildGlob.cs (1)
228
return new
GlobState
(globRoot, fileSpec, isLegalFileSpec, fixedDirectoryPart, wildcardDirectoryPart, filenamePart, needsRecursion, regex);
3 references to GlobState
Microsoft.Build (3)
Globbing\MSBuildGlob.cs (3)
52
private readonly Lazy<
GlobState
> _state;
86
private MSBuildGlob(Lazy<
GlobState
> state)
182
var lazyState = new Lazy<
GlobState
>(() =>