8 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (8)
Compiler\DocumentationCommentCompiler.cs (1)
305&& !symbol.IsPartialImplementation()
Symbols\Source\ParameterHelpers.cs (1)
853owner.IsPartialImplementation() ||
Symbols\Source\SourceComplexParameterSymbol.cs (6)
481Debug.Assert(!this.ContainingSymbol.IsPartialImplementation()); 1045var implParameter = this.ContainingSymbol.IsPartialImplementation() ? this : PartialImplementationPart; 1072else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1100else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1133else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1174else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default