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