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