6 references to InGenericContext
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
3991
if ((
InGenericContext
(oldMember) ||
3992
InGenericContext
(newMember) ||
4738
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
4742
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
4747
if (
InGenericContext
(oldSymbol))
5710
var isNewMemberInGenericContext =
InGenericContext
(newMember);