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