18 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)
858internal override IEnumerable<SecurityAttribute> GetSecurityInformation() => throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
485internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\ReducedExtensionMethodSymbol.cs (1)
346internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation()
Symbols\SignatureOnlyMethodSymbol.cs (1)
121internal override IEnumerable<Microsoft.Cci.SecurityAttribute> GetSecurityInformation() { throw ExceptionUtilities.Unreachable(); }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1699internal 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)
136internal override IEnumerable<Cci.SecurityAttribute> GetSecurityInformation()
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
259internal sealed 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()
4 references to GetSecurityInformation
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\MethodSymbolAdapter.cs (1)
360return AdaptedMethodSymbol.GetSecurityInformation();
Lowering\SynthesizedMethodBaseSymbol.cs (1)
198? BaseMethod.GetSecurityInformation()
Symbols\ReducedExtensionMethodSymbol.cs (1)
348return _reducedFrom.GetSecurityInformation();
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
235return UnderlyingMethod.GetSecurityInformation();