Base:
property
MethodKind
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.MethodKind
3 references to MethodKind
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PropertySymbolAdapter.cs (1)
299
return (object)synthesized != null && synthesized.
MethodKind
== targetMethodKind ? synthesized.GetCciAdapter() : null;
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
BreakingChanges.cs (2)
128
Assert.Equal(MethodKind.PropertySet, derivedProperty1Synthesized.
MethodKind
);
131
Assert.Equal(MethodKind.PropertyGet, derivedProperty2Synthesized.
MethodKind
);