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