2 references to new
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
1192private static readonly JSONNull StaticInstance = new(); 1196return ReuseSameInstance ? StaticInstance : new JSONNull();