2 references to PartialImplementationPart
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1123
|| propertySymbol.
PartialImplementationPart
?.IsDefinedInSourceTree(tree, definedWithinSpan: null, cancellationToken) == true)
Emit\EditAndContinue\SymbolChanges.cs (1)
445
Debug.Assert(newProperty.
PartialImplementationPart
== null);