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