1 instantiation of NeverMatchingGlob
Microsoft.Build (1)
Globbing\CompositeGlob.cs (1)
148
public static NeverMatchingGlob Instance { get; } =
new
();
3 references to NeverMatchingGlob
Microsoft.Build (3)
Globbing\CompositeGlob.cs (3)
95
0 =>
NeverMatchingGlob
.Instance,
111
return
NeverMatchingGlob
.Instance;
148
public static
NeverMatchingGlob
Instance { get; } = new();