6 references to IsPartialDefinition
Microsoft.CodeAnalysis.CSharp (6)
Compiler\DocumentationCommentCompiler.cs (1)
398
if (symbol.
IsPartialDefinition
())
Compiler\MethodCompiler.cs (1)
682
if (method.
IsPartialDefinition
())
Symbols\MethodSymbol.cs (1)
728
if (this.
IsPartialDefinition
() &&
Symbols\PublicModel\MethodSymbol.cs (1)
315
bool IMethodSymbol.IsPartialDefinition => _underlying.IsDefinition && _underlying.
IsPartialDefinition
();
Symbols\Source\SourceComplexParameterSymbol.cs (1)
504
Debug.Assert(!this.ContainingSymbol.
IsPartialDefinition
());
Symbols\Source\SourcePropertySymbolBase.cs (1)
1834
if (this.
IsPartialDefinition
())