3 references to CheckFeatureAvailability
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Symbols.cs (3)
2696
return
CheckFeatureAvailability
(syntax.SyntaxTree, feature, diagnostics, location ?? syntax.GetLocation());
2703
=>
CheckFeatureAvailability
(syntax.SyntaxTree!, feature, diagnostics, location ?? syntax.GetLocation());
2707
return
CheckFeatureAvailability
(tree, feature, diagnostics.DiagnosticBag, location);