9 references to CreateOrGet
Microsoft.VisualStudio.TestPlatform.Common (9)
Utilities\SimpleJSON.cs (9)
370return (s == null) ? (JSONNode)JSONNull.CreateOrGet() : new JSONString(s); 529return JSONNull.CreateOrGet(); 739value = JSONNull.CreateOrGet(); 753value = JSONNull.CreateOrGet(); 766aItem = JSONNull.CreateOrGet(); 864value = JSONNull.CreateOrGet(); 878value = JSONNull.CreateOrGet(); 894aItem = JSONNull.CreateOrGet(); 1217return CreateOrGet();