1 override of GetConstraintSyntaxNodeForTypeConstrainedByPreviewTypes
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpDetectPreviewFeatureAnalyzer.cs (1)
189
protected override SyntaxNode?
GetConstraintSyntaxNodeForTypeConstrainedByPreviewTypes
(ISymbol typeOrMethodSymbol, ISymbol previewInterfaceConstraintSymbol)
1 reference to GetConstraintSyntaxNodeForTypeConstrainedByPreviewTypes
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\DetectPreviewFeatureAnalyzer.cs (1)
859
previewSyntaxNode =
GetConstraintSyntaxNodeForTypeConstrainedByPreviewTypes
(namedTypeSymbolOrMethodSymbol, previewSymbol);