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