1 write to _state
Microsoft.Build (1)
Globbing\MSBuildGlob.cs (1)
90
this.
_state
= state;
11 references to _state
Microsoft.Build (11)
Globbing\MSBuildGlob.cs (11)
56
internal string TestOnlyGlobRoot =>
_state
.Value.GlobRoot;
57
internal string TestOnlyFileSpec =>
_state
.Value.FileSpec;
58
internal bool TestOnlyNeedsRecursion =>
_state
.Value.NeedsRecursion;
59
internal Regex TestOnlyRegex =>
_state
.Value.Regex;
64
public string FixedDirectoryPart =>
_state
.Value.FixedDirectoryPart;
69
public string WildcardDirectoryPart =>
_state
.Value.WildcardDirectoryPart;
74
public string FilenamePart =>
_state
.Value.FilenamePart;
86
public bool IsLegal =>
_state
.Value.IsLegal;
110
return
_state
.Value.Regex.IsMatch(normalizedString);
131
_state
.Value.Regex,
145
var rootedInput = Path.Combine(
_state
.Value.GlobRoot, stringToMatch);