7 references to InGenericContext
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (7)
4084
if ((
InGenericContext
(oldMember) ||
4085
InGenericContext
(newMember) ||
4403
InGenericContext
(oldSymbol) &&
4831
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
4835
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
4840
if (
InGenericContext
(oldSymbol))
5836
var isNewMemberInGenericContext =
InGenericContext
(newMember);