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