Base:
method
GetSecurityInformation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.GetSecurityInformation()
1 override of GetSecurityInformation
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
182
internal sealed override IEnumerable<SecurityAttribute>
GetSecurityInformation
() => InheritsBaseMethodAttributes
1 reference to GetSecurityInformation
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\LambdaTests.cs (1)
4186
Assert.NotEmpty(lambda.
GetSecurityInformation
());