2 references to PartialImplementationPart
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1115|| methodSymbol.PartialImplementationPart?.IsDefinedInSourceTree(tree, definedWithinSpan: null, cancellationToken) == true)
Emit\EditAndContinue\SymbolChanges.cs (1)
422Debug.Assert(newMethod.PartialImplementationPart == null);