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