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