18 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (7)
Compiler\DocumentationCommentCompiler.cs (1)
304
&& !symbol.
IsPartialImplementation
()
Symbols\Source\ParameterHelpers.cs (1)
818
owner.
IsPartialImplementation
() ||
Symbols\Source\SourceComplexParameterSymbol.cs (5)
1031
var impl = method.
IsPartialImplementation
() ? method : method.PartialImplementationPart;
1065
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
1093
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
1126
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
1167
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (11)
Symbols\ExtendedPartialMethodsTests.cs (1)
1913
Assert.True(implementationPart.
IsPartialImplementation
());
Symbols\Source\MethodTests.cs (3)
239
Assert.True(otherSymbol.
IsPartialImplementation
());
267
Assert.True(otherSymbol.
IsPartialImplementation
());
285
Assert.True(m.
IsPartialImplementation
());
Symbols\StaticAbstractMembersInInterfacesTests.cs (7)
1088
Assert.True(m01.
IsPartialImplementation
());
1302
Assert.True(m01.
IsPartialImplementation
());
1353
Assert.True(m01.
IsPartialImplementation
());
1408
Assert.True(m01.
IsPartialImplementation
());
1466
Assert.True(m01.
IsPartialImplementation
());
1521
Assert.True(m01.
IsPartialImplementation
());
1579
Assert.True(m01.
IsPartialImplementation
());