8 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (8)
Compiler\DocumentationCommentCompiler.cs (1)
311&& !symbol.IsPartialImplementation()
Symbols\Source\ParameterHelpers.cs (1)
845owner.IsPartialImplementation() ||
Symbols\Source\SourceComplexParameterSymbol.cs (6)
485Debug.Assert(!this.ContainingSymbol.IsPartialImplementation()); 1049var implParameter = this.ContainingSymbol.IsPartialImplementation() ? this : PartialImplementationPart; 1076else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1104else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1137else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default 1178else if (!HasExplicitDefaultValue && !ContainingSymbol.IsPartialImplementation()) // attribute applied to parameter without default