18 overrides of RequiresSecurityObject
Microsoft.CodeAnalysis.CSharp (18)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
115
internal override bool
RequiresSecurityObject
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
185
internal sealed override bool
RequiresSecurityObject
Symbols\ErrorMethodSymbol.cs (1)
232
internal sealed override bool
RequiresSecurityObject
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
841
internal override bool
RequiresSecurityObject
=> false;
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
468
internal override bool
RequiresSecurityObject
=> HasFlag(MethodAttributes.RequireSecObject);
Symbols\ReducedExtensionMethodSymbol.cs (1)
321
internal override bool
RequiresSecurityObject
Symbols\SignatureOnlyMethodSymbol.cs (1)
113
internal override bool
RequiresSecurityObject
{ get { throw ExceptionUtilities.Unreachable(); } }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1681
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
138
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
82
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
110
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
221
internal sealed override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
97
internal sealed override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
198
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
176
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
328
internal override bool
RequiresSecurityObject
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
330
internal override bool
RequiresSecurityObject
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
207
internal override bool
RequiresSecurityObject
6 references to RequiresSecurityObject
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\MethodSymbolAdapter.cs (1)
504
return AdaptedMethodSymbol.
RequiresSecurityObject
;
Lowering\SynthesizedMethodBaseSymbol.cs (1)
193
internal sealed override bool RequiresSecurityObject => InheritsBaseMethodAttributes && BaseMethod.
RequiresSecurityObject
;
Symbols\MethodSymbol.cs (1)
1217
bool IMethodSymbolInternal.RequiresSecurityObject =>
RequiresSecurityObject
;
Symbols\ReducedExtensionMethodSymbol.cs (1)
323
get { return _reducedFrom.
RequiresSecurityObject
; }
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
223
get { return _interfaceMethod.
RequiresSecurityObject
; }
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
211
return UnderlyingMethod.
RequiresSecurityObject
;