14 overrides of HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (14)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
238
internal sealed override bool
HasDeclarativeSecurity
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
297
internal sealed override bool
HasDeclarativeSecurity
Symbols\ErrorTypeSymbol.cs (1)
505
internal sealed override bool
HasDeclarativeSecurity
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2354
internal override bool
HasDeclarativeSecurity
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
146
internal sealed override bool
HasDeclarativeSecurity
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1539
internal sealed override bool
HasDeclarativeSecurity
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
188
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
865
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedContainer.cs (1)
191
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
133
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
117
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
119
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
102
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Wrapped\WrappedNamedTypeSymbol.cs (1)
237
internal override bool
HasDeclarativeSecurity
2 references to HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
705
return AdaptedNamedTypeSymbol.
HasDeclarativeSecurity
;
Symbols\Wrapped\WrappedNamedTypeSymbol.cs (1)
239
get { return _underlyingType.
HasDeclarativeSecurity
; }