4 references to IsPartialDefinition
Microsoft.CodeAnalysis.CSharp (4)
Symbols\MemberSymbolExtensions.cs (1)
578or SourcePropertyAccessorSymbol { IsPartialDefinition: true }
Symbols\Source\SourceMemberContainerSymbol.cs (1)
3860var (errorCode, propertyToBlame) = foundAccessor.IsPartialDefinition
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
539else if (!hasBody && !IsExtern && !IsAbstract && !isAutoPropertyOrExpressionBodied && !IsPartialDefinition) 852Debug.Assert(IsPartialDefinition);