1 instantiation of NullPathConverter
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\NullPathConverter.cs (1)
16private static readonly Lazy<NullPathConverter> LazyInstance = new(() => new NullPathConverter());
4 references to NullPathConverter
Microsoft.TestPlatform.CrossPlatEngine (4)
EventHandlers\NullPathConverter.cs (2)
16private static readonly Lazy<NullPathConverter> LazyInstance = new(() => new NullPathConverter()); 20public static NullPathConverter Instance => LazyInstance.Value;
EventHandlers\TestRequestHandler.cs (2)
82_pathConverter = NullPathConverter.Instance; 104_pathConverter = NullPathConverter.Instance;