2 references to ParseDictionary
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
31
private static readonly SourceTextValueProvider<(CodeAnalysisDictionary dictionary, Exception? exception)> s_xmlDictionaryProvider = new(static text =>
ParseDictionary
(text, isXml: true));
32
private static readonly SourceTextValueProvider<(CodeAnalysisDictionary dictionary, Exception? exception)> s_dicDictionaryProvider = new(static text =>
ParseDictionary
(text, isXml: false));