3 references to Parse
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\Compiler\WordParserOptions.cs (3)
10/// Defines the word parsing and delimiting options for use with <see cref="WordParser.Parse(string,WordParserOptions)"/>. 21/// Indicates that <see cref="WordParser.Parse(string,WordParserOptions)"/> should ignore the mnemonic indicator characters (&amp;) embedded within words. 26/// Indicates that <see cref="WordParser.Parse(string,WordParserOptions)"/> should split compound words.