15 overrides of HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (14)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
247internal sealed override bool HasDeclarativeSecurity
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
306internal sealed override bool HasDeclarativeSecurity
Symbols\ErrorTypeSymbol.cs (1)
514internal sealed override bool HasDeclarativeSecurity
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2743internal override bool HasDeclarativeSecurity
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
146internal sealed override bool HasDeclarativeSecurity
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1549internal sealed override bool HasDeclarativeSecurity
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
197internal override bool HasDeclarativeSecurity => false;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
874internal override bool HasDeclarativeSecurity => false;
Symbols\Synthesized\SynthesizedContainer.cs (1)
193internal override bool HasDeclarativeSecurity => false;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
142internal override bool HasDeclarativeSecurity => false;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
125internal override bool HasDeclarativeSecurity => false;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
128internal override bool HasDeclarativeSecurity => false;
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
111internal override bool HasDeclarativeSecurity => false;
Symbols\Wrapped\WrappedNamedTypeSymbol.cs (1)
237internal override bool HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MockNamedTypeSymbol.cs (1)
317internal override bool HasDeclarativeSecurity
2 references to HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
721return AdaptedNamedTypeSymbol.HasDeclarativeSecurity;
Symbols\Wrapped\WrappedNamedTypeSymbol.cs (1)
239get { return _underlyingType.HasDeclarativeSecurity; }