13 references to TypeLibTypeFlags
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (6)
1360internal bool HasTypeLibTypeAttribute(EntityHandle token, out Cci.TypeLibTypeFlags flags) 1368flags = default(Cci.TypeLibTypeFlags); 1696private bool TryExtractTypeLibTypeFromAttribute(AttributeInfo info, out Cci.TypeLibTypeFlags flags) 1707flags = (Cci.TypeLibTypeFlags)shortValue; 1717flags = (Cci.TypeLibTypeFlags)intValue; 1726flags = default(Cci.TypeLibTypeFlags);
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Attributes\AttributeData.vb (3)
482Friend Function DecodeTypeLibTypeAttribute() As Cci.TypeLibTypeFlags 489ctorArgument.DecodeValue(Of Cci.TypeLibTypeFlags)(SpecialType.System_Enum), 490CType(ctorArgument.DecodeValue(Of Short)(SpecialType.System_Int16), Cci.TypeLibTypeFlags))
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
1499Dim flags As Cci.TypeLibTypeFlags = Nothing 1501(flags And Cci.TypeLibTypeFlags.FNonExtensible) = 0 Then
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2088Dim flags As Cci.TypeLibTypeFlags = attrdata.DecodeTypeLibTypeAttribute() 2089If (flags And Cci.TypeLibTypeFlags.FNonExtensible) = 0 Then