3 references to GenericTypeUpdate
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4654
var rudeEdit = oldSymbol.ContainingSymbol.Kind == SymbolKind.Method ? RudeEditKind.GenericMethodUpdate : RudeEditKind.
GenericTypeUpdate
;
5078
RudeEditKind.
GenericTypeUpdate
or
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
100
AddRudeEdit(RudeEditKind.
GenericTypeUpdate
, nameof(FeaturesResources.Modifying_a_method_inside_the_context_of_a_generic_type_requires_restarting_the_application));