2 overrides of ExperimentalFeaturesEnabled
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
839internal override bool ExperimentalFeaturesEnabled(SyntaxTree tree)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
866Friend Overrides Function ExperimentalFeaturesEnabled(tree As SyntaxTree) As Boolean
1 reference to ExperimentalFeaturesEnabled
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
581if (ExperimentalFeaturesEnabled(newTree))