System.Runtime.CompilerServices.RequiresLocationAttribute
Reserved for use by a compiler for tracking metadata.
This attribute should not be used by developers in source code.
namespace System.Runtime.CompilerServices
{
internal sealed class RequiresLocationAttribute : Attribute
{
public RequiresLocationAttribute();
}
}