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