6 references to IsPartialDefinition
Microsoft.CodeAnalysis.CSharp (6)
Compiler\DocumentationCommentCompiler.cs (1)
259
if (symbol.
IsPartialDefinition
())
Compiler\MethodCompiler.cs (1)
657
if (method.
IsPartialDefinition
())
Symbols\MethodSymbol.cs (1)
713
if (this.
IsPartialDefinition
() &&
Symbols\PublicModel\MethodSymbol.cs (1)
301
bool IMethodSymbol.IsPartialDefinition => _underlying.IsDefinition && _underlying.
IsPartialDefinition
();
Symbols\Source\SourceComplexParameterSymbol.cs (1)
506
Debug.Assert(!this.ContainingSymbol.
IsPartialDefinition
());
Symbols\Source\SourcePropertySymbolBase.cs (1)
1772
if (this.
IsPartialDefinition
())