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