3 references to UnsupportedChangeToCapturedVariables
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (2)
321runtimeRudeEdit = new RuntimeRudeEdit(HotReloadExceptionCode.UnsupportedChangeToCapturedVariables); 348runtimeRudeEdit = new RuntimeRudeEdit(HotReloadExceptionCode.UnsupportedChangeToCapturedVariables);
Emit\HotReloadExceptionCode.cs (1)
30HotReloadExceptionCode.UnsupportedChangeToCapturedVariables => CodeAnalysisResources.EncLambdaRudeEdit_CapturedVariables,