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)
751Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
579Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
358Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\SignatureOnlyMethodSymbol.vb (1)
278Friend Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\Source\LambdaSymbol.vb (1)
183Friend NotOverridable Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
1950Friend NotOverridable Overrides ReadOnly Property HasDeclarativeSecurity As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1268Friend 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)
280Friend 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)
581Return _curriedFromMethod.HasDeclarativeSecurity
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
360Return _underlyingMethod.HasDeclarativeSecurity
Symbols\SubstitutedMethodSymbol.vb (1)
90Return OriginalDefinition.HasDeclarativeSecurity
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
140Return Me.UnderlyingMethod.HasDeclarativeSecurity