Base:
property
MethodKind
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.MethodKind
7 references to MethodKind
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Metadata\PE\PEMethodSymbol.cs (7)
652
private bool IsDestructor => this.
MethodKind
== MethodKind.Destructor;
1006
if (this.
MethodKind
== MethodKind.Ordinary && IsValidExtensionMethodSignature()
1070
bool isClosedConstructor =
MethodKind
== MethodKind.Constructor && ContainingType.IsClosed;
1507
this.
MethodKind
== MethodKind.PropertySet &&
1583
if (
MethodKind
== MethodKind.Constructor)
1681
Debug.Assert(
MethodKind
== MethodKind.Constructor);
1703
var result = ObsoleteAttributeHelpers.GetObsoleteDataFromMetadata(_handle, (PEModuleSymbol)ContainingModule, ignoreByRefLikeMarker: false, ignoreRequiredMemberMarker:
MethodKind
== MethodKind.Constructor);