8 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (8)
Compiler\DocumentationCommentCompiler.cs (1)
444&& !symbol.IsPartialImplementation()
Symbols\Source\ParameterHelpers.cs (1)
1067owner.IsPartialImplementation() ||
Symbols\Source\SourceComplexParameterSymbol.cs (6)
488Debug.Assert(!this.ContainingSymbol.IsPartialImplementation()); 1078var implParameter = this.ContainingSymbol.IsPartialImplementation() ? this : PartialImplementationPart; 1105else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1133else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1166else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1207else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default