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