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