3 references to IsPartialDefinition
Microsoft.CodeAnalysis.CSharp (3)
Symbols\MemberSymbolExtensions.cs (1)
750
or SourcePropertyAccessorSymbol {
IsPartialDefinition
: true }
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
539
else if (!hasBody && !IsExtern && !IsAbstract && !isAutoPropertyOrExpressionBodied && !
IsPartialDefinition
)
829
Debug.Assert(
IsPartialDefinition
);