dotnet-api-docs
dotnet-api-docs copied to clipboard
SuppressGCTransitionAttribute only applies to methods decorated with DllImportAttribute?
Describe the issue or suggestion
According to the doc page for SuppressGCTransitionAttribute, this attribute only applies to methods that were decorated with DllImportAttribute.
I assume this attribute also applies to method decorated with LibraryImportAttribute, no?