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)
852
bool baseMethodFulfillsRequirement = baseMethod.
IsInRequiresScope
(requiresAttributeName);
853
bool overridingMethodFulfillsRequirement = overridingMethod.
IsInRequiresScope
(requiresAttributeName);