7 references to InGenericContext
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (7)
4203
if ((
InGenericContext
(oldMember) ||
4204
InGenericContext
(newMember) ||
4522
InGenericContext
(oldSymbol) &&
4950
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
4954
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
4959
if (
InGenericContext
(oldSymbol))
5955
var isNewMemberInGenericContext =
InGenericContext
(newMember);