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