16 overrides of HasDeclarativeSecurity
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_XmlLiterals.vb (1)
1816
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\ErrorMethodSymbol.vb (1)
78
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
721
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
567
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
354
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\SignatureOnlyMethodSymbol.vb (1)
274
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\Source\LambdaSymbol.vb (1)
183
Friend NotOverridable Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
1917
Friend NotOverridable Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1247
Friend NotOverridable Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\SubstitutedMethodSymbol.vb (1)
88
Friend NotOverridable Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
163
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
277
Friend NotOverridable Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
104
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
138
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.vb (1)
224
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
MockSymbols.vb (1)
467
Friend Overrides ReadOnly Property
HasDeclarativeSecurity
As Boolean
7 references to HasDeclarativeSecurity
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_XmlLiterals.vb (1)
1818
Return _originalDefinition.
HasDeclarativeSecurity
Emit\MethodSymbolAdapter.vb (2)
277
Return AdaptedMethodSymbol.
HasDeclarativeSecurity
439
Debug.Assert(AdaptedMethodSymbol.
HasDeclarativeSecurity
)
Symbols\ReducedExtensionMethodSymbol.vb (1)
569
Return _curriedFromMethod.
HasDeclarativeSecurity
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
356
Return _underlyingMethod.
HasDeclarativeSecurity
Symbols\SubstitutedMethodSymbol.vb (1)
90
Return OriginalDefinition.
HasDeclarativeSecurity
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
140
Return Me.UnderlyingMethod.
HasDeclarativeSecurity