2 references to ParseDicDictionary
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
459
return
ParseDicDictionary
(text);
466
return (isXml ? ParseXmlDictionary(text) :
ParseDicDictionary
(text), exception: null);