1 write to _state
Microsoft.Build (1)
Globbing\MSBuildGlob.cs (1)
88
this.
_state
= state;
11 references to _state
Microsoft.Build (11)
Globbing\MSBuildGlob.cs (11)
54
internal string TestOnlyGlobRoot =>
_state
.Value.GlobRoot;
55
internal string TestOnlyFileSpec =>
_state
.Value.FileSpec;
56
internal bool TestOnlyNeedsRecursion =>
_state
.Value.NeedsRecursion;
57
internal Regex TestOnlyRegex =>
_state
.Value.Regex;
62
public string FixedDirectoryPart =>
_state
.Value.FixedDirectoryPart;
67
public string WildcardDirectoryPart =>
_state
.Value.WildcardDirectoryPart;
72
public string FilenamePart =>
_state
.Value.FilenamePart;
84
public bool IsLegal =>
_state
.Value.IsLegal;
108
return
_state
.Value.Regex.IsMatch(normalizedString);
129
_state
.Value.Regex,
143
var rootedInput = Path.Combine(
_state
.Value.GlobRoot, stringToMatch);