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