3 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\MemberSymbolExtensions.cs (1)
804
or SourceEventAccessorSymbol {
IsPartialImplementation
: true };
Symbols\Source\SourceMemberContainerSymbol.cs (2)
4221
if (currentAccessor?.
IsPartialImplementation
== true)
4225
else if (prevAccessor?.
IsPartialImplementation
== true)