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