13 overrides of HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (13)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
243
internal sealed override bool
HasDeclarativeSecurity
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
302
internal sealed override bool
HasDeclarativeSecurity
Symbols\ErrorTypeSymbol.cs (1)
510
internal sealed override bool
HasDeclarativeSecurity
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
146
internal sealed override bool
HasDeclarativeSecurity
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1542
internal sealed override bool
HasDeclarativeSecurity
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
193
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
870
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedContainer.cs (1)
189
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
138
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
122
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
124
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
107
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Wrapped\WrappedNamedTypeSymbol.cs (1)
245
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)
247
get { return _underlyingType.
HasDeclarativeSecurity
; }