3 references to IsPartialImplementation
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\SemanticEditInfo.cs (3)
64
var partialType = symbol.
IsPartialImplementation
() ? SymbolKey.Create(symbol.ContainingType, cancellationToken) : (SymbolKey?)null;
74
var partialType = symbol.
IsPartialImplementation
() ? SymbolKey.Create(symbol.ContainingType, cancellationToken) : (SymbolKey?)null;
87
var partialType = symbol.
IsPartialImplementation
() ? containingSymbolKey : (SymbolKey?)null;