2 references to TryGetConstraintClauseNode
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpDetectPreviewFeatureAnalyzer.cs (2)
185
if (
TryGetConstraintClauseNode
(constraintClauses, previewInterfaceConstraintSymbol, out SyntaxNode? ret))
193
if (
TryGetConstraintClauseNode
(constraintClauses, previewInterfaceConstraintSymbol, out SyntaxNode? ret))