6 references to InGenericContext
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
3984
if ((
InGenericContext
(oldMember) ||
3985
InGenericContext
(newMember) ||
4731
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddMethodToExistingType : 0);
4735
(
InGenericContext
(symbol) ? EditAndContinueCapabilities.GenericAddFieldToExistingType : 0);
4740
if (
InGenericContext
(oldSymbol))
5703
var isNewMemberInGenericContext =
InGenericContext
(newMember);