6 references to InGenericContext
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
4065
if ((
InGenericContext
(oldMember) ||
4066
InGenericContext
(newMember) ||
4812
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
4816
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
4821
if (
InGenericContext
(oldSymbol))
5823
var isNewMemberInGenericContext =
InGenericContext
(newMember);