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