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