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