1 override of IsInRequiresScope
ILLink.RoslynAnalyzer (1)
RequiresUnsafeAnalyzer.cs (1)
55
protected override bool
IsInRequiresScope
(ISymbol containingSymbol, in DiagnosticContext context)
2 references to IsInRequiresScope
ILLink.RoslynAnalyzer (2)
RequiresAnalyzerBase.cs (1)
134
if (
IsInRequiresScope
(containingSymbol, in diagnosticContext))
RequiresUnsafeAnalyzer.cs (1)
57
if (base.
IsInRequiresScope
(containingSymbol, context))