5 references to HasSecurity
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1532
result |= TypeAttributes.
HasSecurity
;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2593
get { return (_flags & TypeAttributes.
HasSecurity
) != 0; }
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
495
_attributes |= TypeAttributes.
HasSecurity
;
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
319
(underlyingType.Attributes & TypeAttributes.
HasSecurity
) == TypeAttributes.
HasSecurity
)