Base:
property
MethodKind
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.MethodKind
1 reference to MethodKind
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PropertySymbolAdapter.cs (1)
283
return (object)synthesized != null && synthesized.
MethodKind
== targetMethodKind ? synthesized.GetCciAdapter() : null;