3 references to ParseElement
Microsoft.VisualStudio.TestPlatform.Common (3)
Utilities\SimpleJSON.cs (3)
596
ctx.Add(tokenName,
ParseElement
(token.ToString(), tokenIsQuoted));
629
ctx.Add(tokenName,
ParseElement
(token.ToString(), tokenIsQuoted));
709
return
ParseElement
(token.ToString(), tokenIsQuoted);