7 references to InGenericContext
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (7)
4297
if ((
InGenericContext
(oldMember) ||
4298
InGenericContext
(newMember) ||
4623
InGenericContext
(oldSymbol) &&
5068
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
5072
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
5077
if (
InGenericContext
(oldSymbol))
6073
var isNewMemberInGenericContext =
InGenericContext
(newMember);