13 overrides of HasDeclarativeSecurity
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
78Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
738Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
575Friend 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)
1258Friend 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)
276Friend 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
6 references to HasDeclarativeSecurity
Microsoft.CodeAnalysis.VisualBasic (6)
Emit\MethodSymbolAdapter.vb (2)
286Return AdaptedMethodSymbol.HasDeclarativeSecurity 448Debug.Assert(AdaptedMethodSymbol.HasDeclarativeSecurity)
Symbols\ReducedExtensionMethodSymbol.vb (1)
577Return _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