5 references to RTSpecialName
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1260
result |= PropertyAttributes.
RTSpecialName
;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
337
isRuntimeSpecialName: (mdFlags & PropertyAttributes.
RTSpecialName
) != 0,
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Custom\MetadataSignatureHelper.cs (2)
187
if ((attributes & PropertyAttributes.
RTSpecialName
) != 0)
558
if (property.Attributes.HasFlag(PropertyAttributes.
RTSpecialName
))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
618
Return (_flags And PropertyAttributes.
RTSpecialName
) <> 0