7 references to InGenericContext
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (7)
4246
if ((
InGenericContext
(oldMember) ||
4247
InGenericContext
(newMember) ||
4572
InGenericContext
(oldSymbol) &&
5017
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
5021
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
5026
if (
InGenericContext
(oldSymbol))
6022
var isNewMemberInGenericContext =
InGenericContext
(newMember);