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