7 references to IsPartial
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceMemberContainerSymbol.cs (4)
1349
if (Locations.Length == 1 ||
IsPartial
)
1351
if (t.
IsPartial
&& other.
IsPartial
)
2366
bool mightHaveMembersFromDistinctNonPartialDeclarations = !(Locations.Length == 1 ||
IsPartial
);
Symbols\Source\SourceNamespaceSymbol.cs (2)
358
case ({
IsPartial
: true }, SourceMemberContainerTypeSymbol {
IsPartial
: true }):
Symbols\TypeSymbolExtensions.cs (1)
1477
return type is SourceNamedTypeSymbol {
IsPartial
: true };