21 overrides of GetSecurityInformation
Microsoft.CodeAnalysis.CSharp (18)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
105internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
205internal sealed override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\ErrorMethodSymbol.cs (1)
262internal sealed override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
842internal override IEnumerable<SecurityAttribute> GetSecurityInformation() => throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
457internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\ReducedExtensionMethodSymbol.cs (1)
338internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Symbols\SignatureOnlyMethodSymbol.cs (1)
115internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation() { throw ExceptionUtilities.Unreachable(); }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1260internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
128internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
270internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
139internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
259internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
117internal sealed override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
218internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
163internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
351internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
358internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
233internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
Symbols\EEMethodSymbol.cs (1)
278internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\PlaceholderMethodSymbol.cs (1)
250internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\SynthesizedContextMethodSymbol.cs (1)
199internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
4 references to GetSecurityInformation
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\MethodSymbolAdapter.cs (1)
357return AdaptedMethodSymbol.GetSecurityInformation();
Lowering\SynthesizedMethodBaseSymbol.cs (1)
194? BaseMethod.GetSecurityInformation()
Symbols\ReducedExtensionMethodSymbol.cs (1)
340return _reducedFrom.GetSecurityInformation();
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
235return UnderlyingMethod.GetSecurityInformation();