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