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