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