25 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (8)
Compiler\DocumentationCommentCompiler.cs (1)
346
&& !symbol.
IsPartialImplementation
()
Symbols\Source\ParameterHelpers.cs (1)
1040
owner.
IsPartialImplementation
() ||
Symbols\Source\SourceComplexParameterSymbol.cs (6)
482
Debug.Assert(!this.ContainingSymbol.
IsPartialImplementation
());
1046
var implParameter = this.ContainingSymbol.
IsPartialImplementation
() ? this : PartialImplementationPart;
1073
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
1101
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
1134
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
1175
else if (!HasExplicitDefaultValue && !ContainingSymbol.
IsPartialImplementation
()) // attribute applied to parameter without default
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (17)
Symbols\ExtendedPartialMethodsTests.cs (1)
2321
Assert.True(implementationPart.
IsPartialImplementation
());
Symbols\PartialPropertiesTests.cs (6)
927
Assert.True(propImplementation.
IsPartialImplementation
());
943
Assert.True(implementationAccessor.
IsPartialImplementation
());
1001
Assert.True(propImplementation.
IsPartialImplementation
());
1014
Assert.True(implementationAccessor.
IsPartialImplementation
());
1087
Assert.True(propImplementation.
IsPartialImplementation
());
1100
Assert.True(implementationAccessor.
IsPartialImplementation
());
Symbols\Source\MethodTests.cs (3)
240
Assert.True(otherSymbol.
IsPartialImplementation
());
268
Assert.True(otherSymbol.
IsPartialImplementation
());
286
Assert.True(m.
IsPartialImplementation
());
Symbols\StaticAbstractMembersInInterfacesTests.cs (7)
1070
Assert.True(m01.
IsPartialImplementation
());
1284
Assert.True(m01.
IsPartialImplementation
());
1335
Assert.True(m01.
IsPartialImplementation
());
1390
Assert.True(m01.
IsPartialImplementation
());
1448
Assert.True(m01.
IsPartialImplementation
());
1503
Assert.True(m01.
IsPartialImplementation
());
1561
Assert.True(m01.
IsPartialImplementation
());