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)
445Debug.Assert(newProperty.PartialImplementationPart == null);