8 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (8)
Compiler\DocumentationCommentCompiler.cs (1)
444&& !symbol.IsPartialImplementation()
Symbols\Source\ParameterHelpers.cs (1)
1057owner.IsPartialImplementation() ||
Symbols\Source\SourceComplexParameterSymbol.cs (6)
488Debug.Assert(!this.ContainingSymbol.IsPartialImplementation()); 1073var implParameter = this.ContainingSymbol.IsPartialImplementation() ? this : PartialImplementationPart; 1100else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1128else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1161else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1202else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default