1 write to _state
Microsoft.Build (1)
Globbing\MSBuildGlob.cs (1)
89
this.
_state
= state;
11 references to _state
Microsoft.Build (11)
Globbing\MSBuildGlob.cs (11)
55
internal string TestOnlyGlobRoot =>
_state
.Value.GlobRoot;
56
internal string TestOnlyFileSpec =>
_state
.Value.FileSpec;
57
internal bool TestOnlyNeedsRecursion =>
_state
.Value.NeedsRecursion;
58
internal Regex TestOnlyRegex =>
_state
.Value.Regex;
63
public string FixedDirectoryPart =>
_state
.Value.FixedDirectoryPart;
68
public string WildcardDirectoryPart =>
_state
.Value.WildcardDirectoryPart;
73
public string FilenamePart =>
_state
.Value.FilenamePart;
85
public bool IsLegal =>
_state
.Value.IsLegal;
109
return
_state
.Value.Regex.IsMatch(normalizedString);
130
_state
.Value.Regex,
144
var rootedInput = Path.Combine(
_state
.Value.GlobRoot, stringToMatch);