3 references to IsInRequiresScope
ILCompiler.Compiler (3)
Compiler\Dataflow\DiagnosticUtilities.cs (1)
96=> IsInRequiresScope(method, requiresAttribute, out _);
Compiler\Logger.cs (2)
255method.IsInRequiresScope(requiresAttribute, out attribute)) 273if (owningMethod.IsInRequiresScope(requiresAttribute, out attribute))