1 override of GetPreviewInterfaceNodeForTypeImplementingPreviewInterface
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpDetectPreviewFeatureAnalyzer.cs (1)
251
protected override SyntaxNode?
GetPreviewInterfaceNodeForTypeImplementingPreviewInterface
(ISymbol typeSymbol, ISymbol previewInterfaceSymbol)
2 references to GetPreviewInterfaceNodeForTypeImplementingPreviewInterface
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\DetectPreviewFeatureAnalyzer.cs (2)
396
SyntaxNode? interfaceNode =
GetPreviewInterfaceNodeForTypeImplementingPreviewInterface
(symbol, anInterface);
429
SyntaxNode? baseTypeNode =
GetPreviewInterfaceNodeForTypeImplementingPreviewInterface
(symbol, baseType);