2 references to TryGetDeprecatedOrExperimentalOrObsoleteAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1298/// <see cref="TryGetDeprecatedOrExperimentalOrObsoleteAttribute(EntityHandle, IAttributeNamedArgumentDecoder, bool, bool)"/>
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ObsoleteAttributeHelpers.cs (1)
46var obsoleteAttributeData = containingModule.Module.TryGetDeprecatedOrExperimentalOrObsoleteAttribute(token, new MetadataDecoder(containingModule), ignoreByRefLikeMarker, ignoreRequiredMemberMarker);