PostSharpAPI ReferencePost­Sharp.​Aspects.​InternalsLocation­Interception­Advice­Optimizations
Open sandboxFocus

LocationInterceptionAdviceOptimizations Class

Inheritance
LocationInterceptionAdviceOptimizations
Namespace: PostSharp.Aspects.Internals
Assembly: PostSharp.dll
Syntax
[Internal]
public sealed class LocationInterceptionAdviceOptimizations : Enum

Fields

Name Description
IgnoreAdvice
IgnoreAll
IgnoreAllEventArgsMembers
IgnoreEventArgs
IgnoreGetDeclarationIdentifier
IgnoreGetLocation

If set, it means that Location is not accessed, so we don't need to emit code that would set it.

IgnoreGetLocationFullName

If set, it means that LocationFullName is not accessed, so we don't need to emit code that would set it.

IgnoreGetLocationName

If set, it means that LocationName is not accessed, so we don't need to emit code that would set it.

None
value__