7 references to InGenericContext
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (7)
4302
if ((
InGenericContext
(oldMember) ||
4303
InGenericContext
(newMember) ||
4628
InGenericContext
(oldSymbol) &&
5073
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
5077
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
5082
if (
InGenericContext
(oldSymbol))
6078
var isNewMemberInGenericContext =
InGenericContext
(newMember);