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