1 override of GetParseOptionsRudeEdits
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
3078
protected override IEnumerable<Diagnostic>
GetParseOptionsRudeEdits
(ParseOptions oldOptions, ParseOptions newOptions)
3 references to GetParseOptionsRudeEdits
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
3080
foreach (var rudeEdit in base.
GetParseOptionsRudeEdits
(oldOptions, newOptions))
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
581
if (
GetParseOptionsRudeEdits
(oldTree.Options, newTree.Options).Any())
923
foreach (var rudeEdit in
GetParseOptionsRudeEdits
(oldProject.ParseOptions, newProject.ParseOptions))