3 references to IsInRequiresScope
ILCompiler.Compiler (3)
Compiler\Dataflow\DiagnosticUtilities.cs (1)
174
/// <remarks>Unlike <see cref="
IsInRequiresScope
(MethodDesc, string)"/> only static methods
Compiler\UsageBasedMetadataManager.cs (2)
845
bool baseMethodFulfillsRequirement = baseMethod.
IsInRequiresScope
(requiresAttributeName);
846
bool overridingMethodFulfillsRequirement = overridingMethod.
IsInRequiresScope
(requiresAttributeName);