18 overrides of HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (18)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
95
internal override bool
HasDeclarativeSecurity
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
200
internal sealed override bool
HasDeclarativeSecurity
Symbols\ErrorMethodSymbol.cs (1)
257
internal sealed override bool
HasDeclarativeSecurity
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
839
internal override bool
HasDeclarativeSecurity
=> false;
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
483
internal override bool
HasDeclarativeSecurity
=> HasFlag(MethodAttributes.HasSecurity);
Symbols\ReducedExtensionMethodSymbol.cs (1)
341
internal override bool
HasDeclarativeSecurity
Symbols\SignatureOnlyMethodSymbol.cs (1)
119
internal override bool
HasDeclarativeSecurity
{ get { throw ExceptionUtilities.Unreachable(); } }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1690
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
118
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
265
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
131
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
254
internal sealed override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
112
internal sealed override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
183
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
145
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
346
internal override bool
HasDeclarativeSecurity
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
353
internal override bool
HasDeclarativeSecurity
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
228
internal override bool
HasDeclarativeSecurity
6 references to HasDeclarativeSecurity
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\MethodSymbolAdapter.cs (2)
350
return AdaptedMethodSymbol.
HasDeclarativeSecurity
;
359
Debug.Assert(AdaptedMethodSymbol.
HasDeclarativeSecurity
);
Lowering\SynthesizedMethodBaseSymbol.cs (1)
195
internal sealed override bool HasDeclarativeSecurity => InheritsBaseMethodAttributes && BaseMethod.
HasDeclarativeSecurity
;
Symbols\MethodSymbol.cs (1)
1208
bool IMethodSymbolInternal.HasDeclarativeSecurity =>
HasDeclarativeSecurity
;
Symbols\ReducedExtensionMethodSymbol.cs (1)
343
get { return _reducedFrom.
HasDeclarativeSecurity
; }
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
230
get { return UnderlyingMethod.
HasDeclarativeSecurity
; }