5 references to IPropertySymbolInternal
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1120else if (symbol is IPropertySymbolInternal propertySymbol)
Emit\EditAndContinue\SymbolChanges.cs (2)
442var newProperty = (IPropertySymbolInternal)newMember;
Symbols\IPropertySymbolInternal.cs (2)
9IPropertySymbolInternal? PartialImplementationPart { get; } 10IPropertySymbolInternal? PartialDefinitionPart { get; }