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